Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
JustAundre authored Jan 26, 2024
1 parent e0a1e8b commit e06c91d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
DarkerMode
</div>
<div class="termsOfUse" id="termsOfUseButton">
Terms of Use
Terms
</div>
<div class="packDetailsButton">
Pack Details
Details
</div>
</div>
<div class="appContainer" id="appContainer">
Expand Down
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,22 @@ body {
height: 80%;
width: 30%;
text-align: center;
display: block;
position: relative;
transition: .1s ease-in-out;
line-height: 5vh;
font-size: 2.5vw;
color: var(--topButtonNormalColor);
}
.homeButton:hover {
background: linear-gradient(to top, rgb(10, 10, 10), rgba(120, 30, 255, 0.2));
color: var(--topButtonHoverColor);
font-size: var(--topButtonHoverSize);
}
.homeButton:active {
background: radial-gradient(rgba(255, 255, 255, .05), rgb(10, 10, 10));
color: var(--topButtonClickColor);
font-size: var(--topButtonNormalSize);
}

/* Properties unique to the "TOS" button */
Expand Down

0 comments on commit e06c91d

Please sign in to comment.