remove darkmode

This commit is contained in:
Akbar Rahman 2023-04-20 16:28:40 +01:00
parent 32e976a021
commit 83b8c3db73
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

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;