Compare commits

...

1 Commits

Author SHA1 Message Date
83b8c3db73 remove darkmode 2023-04-20 16:28:40 +01:00

View File

@@ -1,4 +1,10 @@
@import url("https://alv.cx/styles.css");
@import url("https://styles.alv.cx/colors/gruvbox.css");
@import url("https://styles.alv.cx/base.css");
:root {
--light: var(--colorscheme-light);
}
:root {
--default-bg: #fefefe;