remove darkmode

This commit is contained in:
2023-04-20 16:28:40 +01:00
parent 32e976a021
commit 83b8c3db73

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 { :root {
--default-bg: #fefefe; --default-bg: #fefefe;