1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-05 15:07:11 +02:00

fix: 🐛 Bazarr: Fix text color

This commit is contained in:
GilbN 2022-10-26 23:52:22 +02:00
parent 939235a37d
commit 3de9f74359

View File

@ -17,14 +17,11 @@ html {
/* TEXT */
[class$="-label"]:not([class$="-Button-label"]) {
[class$="-label"]:not([class$="-Button-label"]),
label {
color: var(--text-hover) !important;
}
.bazarr-Text-root[class*="bazarr-"]:not(.bazarr-Badge-light span div):not(.bazarr-Progress-bar div):not(a) {
color: var(--text);
}
a,
.bazarr-Text-root.bazarr-Anchor-root[class*="bazarr-"] {
color: var(--link-color);
@ -60,11 +57,6 @@ h6,
background: var(--transparency-dark-25);
}
.bazarr-Button-icon.bazarr-Button-leftIcon[class*="bazarr-"] {
color: var(--text)
}
/* SIDEMENU */
.bazarr-Navbar-root[class*="bazarr-"] {