background fix for #46

This commit is contained in:
rg9400 2020-04-22 12:11:48 -05:00 committed by GitHub
parent 170d8e346c
commit 2edd812ecb
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 {
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;
}
}
}