diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-26 22:23:59 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-26 22:23:59 -0500 |
commit | a47dd66bd0fd71e9c4ac9f5bb14ac502b5a94935 (patch) | |
tree | 343120150c6b794433c856781e263e9dc427d979 /youtube/static/light_theme.css | |
parent | 52ca49628fe189b44c4812178cb3a8084a878317 (diff) | |
download | yt-local-a47dd66bd0fd71e9c4ac9f5bb14ac502b5a94935.tar.lz yt-local-a47dd66bd0fd71e9c4ac9f5bb14ac502b5a94935.tar.xz yt-local-a47dd66bd0fd71e9c4ac9f5bb14ac502b5a94935.zip |
General theme: reorganize thumbnail background variable
Diffstat (limited to 'youtube/static/light_theme.css')
-rw-r--r-- | youtube/static/light_theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |