From 970e7fd041ac084d64f84e3145df72143aa9d309 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 26 Jul 2024 11:45:43 -0400 Subject: Fix bug with style sheet loading --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/style.css') diff --git a/styles/style.css b/styles/style.css index bceeb87..8af8c73 100644 --- a/styles/style.css +++ b/styles/style.css @@ -54,7 +54,7 @@ span.end::before { button#light-dark { position: fixed; - bottom: 10px; + top: 10px; right:10px; font-size: 20px; background-color: var(--link-color); -- cgit v1.2.3