diff --git a/public/efy b/public/efy index 1e7e82b6..3a0d7c4e 160000 --- a/public/efy +++ b/public/efy @@ -1 +1 @@ -Subproject commit 1e7e82b64b9f8354641f0665f61c7983c9dfed27 +Subproject commit 3a0d7c4eded28167fc29173407889db62f8ebce4 diff --git a/src/components/VideoPlayer.vue b/src/components/VideoPlayer.vue index 1ecdff59..5192669b 100644 --- a/src/components/VideoPlayer.vue +++ b/src/components/VideoPlayer.vue @@ -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; }