Skip to content

Commit

Permalink
Fixed missing link and changed button hover colour
Browse files Browse the repository at this point in the history
  • Loading branch information
rwoodward1414 committed Mar 21, 2024
1 parent 39777d9 commit ecb70dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ a {
}

.main-button:hover {
background-color: #2a2a2a;
background-color: #bc5b6b9c;
}

.event {
Expand Down
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@
<section id="banner-text">
<h1>UNSW Queer Students in STEM</h1>
<p id="desc">A social society that aims to support all LGBTQIA+ identifying STEM students and develop a comprehensive community.</p>
<button class="main-button">Join</button>
<a href="/join">
<button class="main-button">Join</button>
</a>

<div id="socials">
<a href="/join">
<img src="/img/spArc.png" alt="SpArc Icon">
Expand Down

0 comments on commit ecb70dc

Please sign in to comment.