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

Bazarr: Text color fix.

This commit is contained in:
GilbN 2024-04-14 16:15:12 +02:00
parent 91b89adaf8
commit 90b00dd34d

View File

@ -17,6 +17,10 @@ html {
/* TEXT */
.bazarr-Text-root {
color: var(--text);
}
[class$="-label"]:not([class$="-Button-label"]),
label {
color: var(--text-hover) !important;