Use link-color for the progress bar

This commit is contained in:
Eduard Urbach 2018-12-09 13:53:46 +09:00
parent 8cde022ad8
commit 20a4e31999

View File

@ -1,5 +1,5 @@
const video-padding = 56.25%
const video-control-color = rgba(255, 255, 255, 0.75)
const video-control-color = rgba(255, 255, 255, 0.85)
const video-progress-height = 0.35rem
const video-progress-clickable-height-buffer = 0.4rem
@ -52,7 +52,7 @@ const video-progress-clickable-height-buffer = 0.4rem
overflow hidden
.video-progress
background white
background link-color
width 100%
height video-progress-height
transform scaleX(0)