aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 90f1e0d5..0ee1c610 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -95,6 +95,7 @@ body {
// Body should have background to scrollbar otherwise it will use white (body color?)
html {
scrollbar-color: var(--selectedMenu) var(--wallpaper);
+ background: var(--wallpaper);
}
}