Remove color workaround for subtitles.

Closes #448
This commit is contained in:
FireMasterK 2022-02-07 13:54:50 +00:00
parent 4d186e2113
commit dc750ec0a3
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -544,11 +544,6 @@ export default {
@apply !text-base;
}
.shaka-text-container * {
background-color: rgba(8, 8, 8, 0.75) !important;
color: white !important;
}
.shaka-video-container:-webkit-full-screen {
max-height: none !important;
}