diff options
Diffstat (limited to 'youtube/templates/watch.html')
-rw-r--r-- | youtube/templates/watch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 5bd2a25..a06e895 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -35,7 +35,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; |