Browse Source

Bazarr white login screen fix

pull/195/head
shadow58624 3 years ago
parent
commit
f64854de67
  1. 4
      CSS/themes/bazarr/bazarr-base.css

4
CSS/themes/bazarr/bazarr-base.css

@ -257,6 +257,10 @@ a:hover {
}
.bg-light {
background-color: var(--main-bg-color) !important;
}
.card {
background-color: rgba(0, 0, 0, .45);
box-shadow: 0 0 10px 1px #000000;

Loading…
Cancel
Save