From f940911c9199a63f352506782f4ad90e9fa6e9f1 Mon Sep 17 00:00:00 2001 From: JezerM Date: Mon, 2 Aug 2021 17:51:29 -0600 Subject: [PATCH] HTML Background color fixed --- themes/dracula/css/style.css | 2 +- themes/gruvbox/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/dracula/css/style.css b/themes/dracula/css/style.css index ef2f6e5..6928e71 100644 --- a/themes/dracula/css/style.css +++ b/themes/dracula/css/style.css @@ -37,7 +37,7 @@ html { color: var(--fg0); - background-color: var(--bg0); + background-color: black; font-family: system-ui; min-height: 100%; diff --git a/themes/gruvbox/css/style.css b/themes/gruvbox/css/style.css index efa961b..9a5fd43 100644 --- a/themes/gruvbox/css/style.css +++ b/themes/gruvbox/css/style.css @@ -55,7 +55,7 @@ html { color: var(--fg); - background-color: var(--bg0); + background-color: black; min-height: 100%; position: relative;