diff --git a/styles/video.scarlet b/styles/video.scarlet index 507ac241..187cb969 100644 --- a/styles/video.scarlet +++ b/styles/video.scarlet @@ -90,7 +90,7 @@ const video-progress-clickable-height-buffer = 0.4rem line-height 1.5em // Use a blurry shadow and a solid outline on each side - text-shadow 0 0 1em black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black + text-shadow 0 0 0.5em rgba(0, 0, 0, 0.8), -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black ::-webkit-media-controls display none !important \ No newline at end of file