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/channel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/static/channel.css') diff --git a/youtube/static/channel.css b/youtube/static/channel.css index 23467a8..bf1214c 100644 --- a/youtube/static/channel.css +++ b/youtube/static/channel.css @@ -321,7 +321,7 @@ hr { left: 0; top: 0; object-fit: cover; - background-color: var(--primary-background); + background-color: var(--thumb-background); } .length { -- cgit v1.2.3