make light mode styling not yellow
This commit is contained in:
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user