Fixed: text color of complete seasons dark mode

the readability of complete seasons on season pass is not great. changed from light gray to dark gray
This commit is contained in:
Stevie Robinson 2023-02-12 20:12:44 +01:00 committed by Mark McDowall
parent 303fc5d786
commit c1e43e9389
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@
.allEpisodes {
background-color: #e0ffe0;
color: var(--darkGray);
}