mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed: Progress bar text colour in Dark theme
Closes #2091 (cherry picked from commit ca61efa57fc04a7f6753aedb4b8044d17e345429)
This commit is contained in:
@@ -20,7 +20,11 @@
|
||||
|
||||
.frontTextContainer {
|
||||
z-index: 1;
|
||||
color: var(--white);
|
||||
color: var(--progressBarFrontTextColor);
|
||||
}
|
||||
|
||||
.backTextContainer {
|
||||
color: var(--progressBarBackTextColor);
|
||||
}
|
||||
|
||||
.backTextContainer,
|
||||
|
||||
Reference in New Issue
Block a user