Merge pull request #179 from PR0M3TH3AN/codex/move-dark-mode-toggle-to-lower-left

Move dark mode toggle to lower left
This commit is contained in:
thePR0M3TH3AN
2025-07-03 00:20:27 -04:00
committed by GitHub

View File

@@ -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 */