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;