mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
Fix caption text color
This commit is contained in:
Submodule public/efy updated: 1e7e82b64b...3a0d7c4ede
@@ -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 */
|
/* 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 {
|
.shaka-text-wrapper > span > span *:first-child:last-child {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
color: var(--efy_text);
|
color: #fff;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 22rem !important;
|
font-size: 22rem !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user