make light mode styling not yellow

This commit is contained in:
2022-04-13 03:05:45 +01:00
parent bb6d68a997
commit 0a3b787cb6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
@media (prefers-color-scheme: dark) {
:root {
--light: var(--gruvbox-fg);
--fg: var(--light);
--bg: var(--dark);
}