Merge pull request #2947 from dragos-efy/efy

Fix caption text color + update efy
This commit is contained in:
Kavin 2023-09-14 03:32:55 +01:00 committed by GitHub
commit bba6305103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1e7e82b64b9f8354641f0665f61c7983c9dfed27
Subproject commit 3a0d7c4eded28167fc29173407889db62f8ebce4

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;
}