From 652cef15ec7d2e5deb2a1d14c784421260f70305 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 9 Sep 2019 16:08:24 -0700 Subject: Watch page: Background color on video when scrubbing bar larger than video --- youtube/static/light_theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube/static/light_theme.css') diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index 9e37449..e4d7eb3 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -2,6 +2,7 @@ body{ --interface-color: #ffffff; --text-color: #222222; --background-color: #f8f8f8; + --video-background-color: #ffffff; } .comment .permalink{ -- cgit v1.2.3