diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:59:45 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-01-10 22:59:45 -0500 |
commit | 3d8e553dd939b2e5676fc78639462affc75a8b7e (patch) | |
tree | b355d4de2787cd0da4a4e15e2c95adc5c3849c70 | |
parent | 641e13bd81d670b8016194fc88525c4e4a1cb5c4 (diff) |
Fix position
-rw-r--r-- | styles/style.css | 4 |
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; |