Merge pull request #49 from rg9400/patch-3

background fix for #44
This commit is contained in:
GilbN 2020-04-25 09:46:51 +02:00 committed by GitHub
commit bb8b774124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,9 @@ body:not(.read-frame) {
.blur-wrapper:after { .blur-wrapper:after {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
} }
body>.container-fluid {
background: var(--main-bg-color);
}
body.login:not(.read-frame), body.shelfcreate, body.shelfedit { body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
background: var(--color-background) !important; background: var(--color-background) !important;
} }
@ -28,4 +31,4 @@ body.login:not(.read-frame), body.shelfcreate, body.shelfedit {
.navbar-collapse.collapse { .navbar-collapse.collapse {
background: var(--modal-bg-color) !important; background: var(--modal-bg-color) !important;
} }
} }