adjust colors

change color for dark mode main and nav elements
This commit is contained in:
emma 2025-01-28 08:29:27 -05:00
parent 5bcc82c6c4
commit 6c54393c6e

View File

@ -140,7 +140,7 @@ nav {
@media (prefers-color-scheme: dark) {
:root {
--background-color: #29274c;
--background-color: #240046;
--body-background-color: #0d0c1d;
--text-color: #f1dac4;
--scroll-bar: #474973;