styling change

revert background color for dark mode back to current color
for production site
This commit is contained in:
emma 2025-01-27 23:25:32 -05:00
parent 4656b7cea2
commit 6a30c0826e

View File

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