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);