Lower shadow on subtitles

This commit is contained in:
Eduard Urbach 2018-12-09 13:46:19 +09:00
parent 0f7772b3dd
commit 6bb1e4ec7f

View File

@ -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