Fix caption text color

This commit is contained in:
dragos-efy
2023-09-13 23:03:47 +03:00
parent a911ffc746
commit 2f5193f872
2 changed files with 2 additions and 2 deletions

View File

@@ -829,7 +829,7 @@ export default {
/* apply to all spans that don't include multiple other spans to avoid the style being applied to the text container too when the subtitles are two lines */
.shaka-text-wrapper > span > span *:first-child:last-child {
background: transparent !important;
color: var(--efy_text);
color: #fff;
padding: 0;
font-size: 22rem !important;
}