From 83b8c3db73301cea85977adf5225c0eec6b55b72 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Thu, 20 Apr 2023 16:28:40 +0100 Subject: [PATCH] remove darkmode --- styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 8da9233..8131b65 100644 --- a/styles.css +++ b/styles.css @@ -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;