Settings items text color

This commit is contained in:
Gabe Kangas 2022-11-12 23:34:53 -08:00
parent 00dc8c6802
commit d81b6803d2
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -4,6 +4,10 @@
color: var(--theme-color-components-text-on-light);
}
.vjs-menu li {
color: var(--theme-color-components-text-on-dark);
}
.vjs-big-play-button {
z-index: 10;
color: var(--theme-color-action);