make light mode styling not yellow
This commit is contained in:
parent
bb6d68a997
commit
0a3b787cb6
2
base.css
2
base.css
@ -1,7 +1,7 @@
|
||||
@import url("https://styles.alv.cx/modules/colors/gruvbox.css");
|
||||
|
||||
:root {
|
||||
--light: var(--gruvbox-fg);
|
||||
--light: #fefefe;
|
||||
--dark: var(--gruvbox-bg);
|
||||
|
||||
--fg: var(--dark);
|
||||
|
@ -1,5 +1,6 @@
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--light: var(--gruvbox-fg);
|
||||
--fg: var(--light);
|
||||
--bg: var(--dark);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user