From e06c91d7b5504c44455a9dd5b2c8576a5d2481fa Mon Sep 17 00:00:00 2001
From: ItsAundre! <126304209+ItsAundre@users.noreply.github.com>
Date: Thu, 25 Jan 2024 21:20:56 -0500
Subject: [PATCH] Upd
---
index.html | 4 ++--
style.css | 10 ++++++++++
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index ed47263..147fa4a 100644
--- a/index.html
+++ b/index.html
@@ -14,10 +14,10 @@
DarkerMode
- Terms of Use
+ Terms
- Pack Details
+ Details
diff --git a/style.css b/style.css
index 5c85410..c5cf728 100644
--- a/style.css
+++ b/style.css
@@ -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 */