diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 30eed92..594cbc2 100644 --- a/static/style.css +++ b/static/style.css @@ -7,7 +7,7 @@ html { /* overflow-y needed for chromium browsers to not shift */ overflow-y: scroll; - background-color: white; + background-color: var(--bg-color); } header { @@ -84,4 +84,3 @@ pre { footer { text-align: center; } - |
