Fix: Font color on light theme

pull/16/head
Juraj Nyíri 4 years ago
parent b1da77dd73
commit 0196ebb031

@ -19153,6 +19153,7 @@ style.textContent = css `
font-weight: bold; font-weight: bold;
margin-top: 5px; margin-top: 5px;
transition: 0.5s; transition: 0.5s;
color: white;
} }
.episodeTitleElem { .episodeTitleElem {
text-overflow: ellipsis; text-overflow: ellipsis;
@ -19162,11 +19163,14 @@ style.textContent = css `
font-weight: bold; font-weight: bold;
margin-top: 5px; margin-top: 5px;
transition: 0.5s; transition: 0.5s;
color: white;
} }
.seasonEpisodesCount { .seasonEpisodesCount {
transition: 0.5s; transition: 0.5s;
color: white;
} }
.episodeNumber { .episodeNumber {
color: white;
} }
.titleElem { .titleElem {
text-overflow: ellipsis; text-overflow: ellipsis;

@ -154,6 +154,7 @@ style.textContent = css`
font-weight: bold; font-weight: bold;
margin-top: 5px; margin-top: 5px;
transition: 0.5s; transition: 0.5s;
color: white;
} }
.episodeTitleElem { .episodeTitleElem {
text-overflow: ellipsis; text-overflow: ellipsis;
@ -163,11 +164,14 @@ style.textContent = css`
font-weight: bold; font-weight: bold;
margin-top: 5px; margin-top: 5px;
transition: 0.5s; transition: 0.5s;
color: white;
} }
.seasonEpisodesCount { .seasonEpisodesCount {
transition: 0.5s; transition: 0.5s;
color: white;
} }
.episodeNumber { .episodeNumber {
color: white;
} }
.titleElem { .titleElem {
text-overflow: ellipsis; text-overflow: ellipsis;

Loading…
Cancel
Save