Browse Source

HTML Background color fixed

sisyphus
JezerM 3 years ago
parent
commit
f940911c91
No known key found for this signature in database
GPG Key ID: 66BBC5D01388C6B5
  1. 2
      themes/dracula/css/style.css
  2. 2
      themes/gruvbox/css/style.css

2
themes/dracula/css/style.css vendored

@ -37,7 +37,7 @@
html { html {
color: var(--fg0); color: var(--fg0);
background-color: var(--bg0); background-color: black;
font-family: system-ui; font-family: system-ui;
min-height: 100%; min-height: 100%;

2
themes/gruvbox/css/style.css vendored

@ -55,7 +55,7 @@
html { html {
color: var(--fg); color: var(--fg);
background-color: var(--bg0); background-color: black;
min-height: 100%; min-height: 100%;
position: relative; position: relative;

Loading…
Cancel
Save