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

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

Loading…
Cancel
Save