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;