diff --git a/web/components/video/VideoJS/VideoJS.scss b/web/components/video/VideoJS/VideoJS.scss index 3ded12f32..58556d528 100644 --- a/web/components/video/VideoJS/VideoJS.scss +++ b/web/components/video/VideoJS/VideoJS.scss @@ -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);