From d475fbaa7aaddd8f648a407ba1debbd5636fab32 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Sat, 23 Apr 2022 12:58:50 -0400 Subject: [PATCH] Removed leftovers from testing stage --- public/css/themes/gruvbox_dark.css | 2 +- public/css/themes/gruvbox_light.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/themes/gruvbox_dark.css b/public/css/themes/gruvbox_dark.css index 50b03b4..39a357f 100644 --- a/public/css/themes/gruvbox_dark.css +++ b/public/css/themes/gruvbox_dark.css @@ -1,5 +1,5 @@ body { - --bg_color: #1d2021 !important; + --bg_color: #1d2021; --fg_color: #ebdbb2; --fg_faded: #a89984; --fg_dark: var(--fg_faded); diff --git a/public/css/themes/gruvbox_light.css b/public/css/themes/gruvbox_light.css index f4e3e83..b1673e9 100644 --- a/public/css/themes/gruvbox_light.css +++ b/public/css/themes/gruvbox_light.css @@ -1,5 +1,5 @@ body { - --bg_color: #fbf1c7 !important; + --bg_color: #fbf1c7; --fg_color: #3c3836; --fg_faded: #7c6f64; --fg_dark: var(--fg_faded);