diff options
Diffstat (limited to 'youtube/static/gray_theme.css')
-rw-r--r-- | youtube/static/gray_theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css index a5f3b23..ca699c7 100644 --- a/youtube/static/gray_theme.css +++ b/youtube/static/gray_theme.css @@ -2,6 +2,7 @@ body{ --interface-color: #dadada; --text-color: #222222; --background-color: #bcbcbc; + --video-background-color: #dadada; } .comment .permalink{ |