diff options
Diffstat (limited to 'styles')
-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; |