From 652cef15ec7d2e5deb2a1d14c784421260f70305 Mon Sep 17 00:00:00 2001
From: James Taylor <user234683@users.noreply.github.com>
Date: Mon, 9 Sep 2019 16:08:24 -0700
Subject: Watch page: Background color on video when scrubbing bar larger than
 video

---
 youtube/templates/watch.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'youtube/templates')

diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html
index 14e953b..25bd34c 100644
--- a/youtube/templates/watch.html
+++ b/youtube/templates/watch.html
@@ -22,7 +22,7 @@
             width: {{ theater_video_target_width }}px;
             max-height: {{ video_height }}px;
             margin-bottom: 10px;
-            background-color: var(--background-color);
+            background-color: var(--video-background-color);
         }
         .related-videos-outer{
             grid-row: 2 /span 3;
-- 
cgit v1.2.3