Compare commits

...
1 Commits
Author SHA1 Message Date
alvierahman90 83b8c3db73 remove darkmode 2023-04-20 16:28:40 +01:00
+7 -1
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;