From 5afe8f8f645b7f84ed3c3229782d59acf54e4f63 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Thu, 3 Jul 2025 00:19:09 -0400 Subject: [PATCH] Move dark mode toggle to bottom left --- landing/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/landing/style.css b/landing/style.css index bbc7410..44434a9 100644 --- a/landing/style.css +++ b/landing/style.css @@ -90,8 +90,8 @@ body.dark-mode { /* Dark Mode Toggle */ .dark-mode-toggle { position: fixed; - top: 12px; - right: 20px; + bottom: 12px; + left: 20px; z-index: 1000; } @@ -856,8 +856,8 @@ footer .social-media a:focus { } .dark-mode-toggle { - top: 10px; - right: 10px; + bottom: 10px; + left: 10px; } /* Adjust disclaimer container padding on smaller screens */