From b4c3ddcfe0c1884de71aa95e5275972705565b4c Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Wed, 13 Apr 2022 17:32:05 +0100 Subject: [PATCH] update to new colors styling location --- styles.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/styles.css b/styles.css index 81fde6a..86cf900 100644 --- a/styles.css +++ b/styles.css @@ -1,18 +1,6 @@ -@import url("https://styles.alv.cx/modules/colors/base16-default.css"); +@import url("https://styles.alv.cx/colors/base16-default.css"); @import url("https://styles.alv.cx/base.css"); @import url("https://styles.alv.cx/modules/darkmode.css"); -@import url("https://styles.alv.cx/modules/colors/gruvbox.css"); - -:root { - --red: #ab4642; - --orange: #dc9656; - --yellow: #f7ca88; - --green: #a1b56c; - --teal: #86c1b9; - --blue: #7cafc2; - --purple: #ba8baf; - --brown: #a16946; -} body { font-family: monospace;