new colorscheme picking

This commit is contained in:
2022-04-13 17:09:20 +01:00
parent a8f04a0b18
commit ae9ce73739
6 changed files with 46 additions and 8 deletions

View File

@@ -1,8 +1,5 @@
@import url("https://styles.alv.cx/modules/colors/gruvbox.css");
:root {
--light: #fefefe;
--dark: var(--gruvbox-bg);
--fg: var(--dark);
--bg: var(--light);