Browse Source

background fix for #46

pull/49/head
rg9400 5 years ago
committed by GitHub
parent
commit
2edd812ecb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CSS/themes/calibreweb/calibreweb-base.css

3
CSS/themes/calibreweb/calibreweb-base.css

@ -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;
} }

Loading…
Cancel
Save