summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-01-10 22:59:45 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-01-10 22:59:45 -0500
commit3d8e553dd939b2e5676fc78639462affc75a8b7e (patch)
treeb355d4de2787cd0da4a4e15e2c95adc5c3849c70
parent641e13bd81d670b8016194fc88525c4e4a1cb5c4 (diff)
Fix position
-rw-r--r--styles/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/style.css b/styles/style.css
index b1e4de3..463193b 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -48,10 +48,10 @@ span.end::before {
}
button#light-dark {
- position: sticky;
+ position: fixed;
bottom: 10px;
right:10px;
- font-size: 16px;
+ font-size: 20px;
background-color: var(--link-color);
padding: 5px;
border: none;