From a47dd66bd0fd71e9c4ac9f5bb14ac502b5a94935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 26 Jan 2021 22:23:59 -0500 Subject: General theme: reorganize thumbnail background variable --- 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 3e3222b..e55079b 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -6,6 +6,7 @@ --secondary-inverse: #FFFFFF; --primary-background: #F5F5F5; --secondary-background: #EEEEEE; + --thumb-background: #F5F5F5; --link: #212121; --link-visited: #606060; --buttom: #DCDCDC; -- cgit v1.2.3