From 2edd812ecb0097504d69c9e2c0f0b86b04dc31b9 Mon Sep 17 00:00:00 2001 From: rg9400 <39887349+rg9400@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:11:48 -0500 Subject: [PATCH] background fix for #46 --- CSS/themes/calibreweb/calibreweb-base.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CSS/themes/calibreweb/calibreweb-base.css b/CSS/themes/calibreweb/calibreweb-base.css index 690d0809..e5e1a8fc 100644 --- a/CSS/themes/calibreweb/calibreweb-base.css +++ b/CSS/themes/calibreweb/calibreweb-base.css @@ -21,6 +21,9 @@ body:not(.read-frame) { .blur-wrapper:after { background: var(--modal-bg-color) !important; } +body>.container-fluid { + background: var(--main-bg-color); +} body.login:not(.read-frame), body.shelfcreate, body.shelfedit { background: var(--color-background) !important; } @@ -28,4 +31,4 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit { .navbar-collapse.collapse { background: var(--modal-bg-color) !important; } - } \ No newline at end of file + }