styling change
revert background color for dark mode back to current color for production site
This commit is contained in:
parent
4656b7cea2
commit
6a30c0826e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user