From 5c22c654ce6d645b24e006f170dfeb086ca337f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jes=C3=BAs?= <heckyel@hyperbola.info>
Date: Sat, 9 Jan 2021 08:27:30 -0500
Subject: Grey theme: improve thumbnail background

---
 youtube/static/gray_theme.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'youtube')

diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css
index 6b18fb7..5302673 100644
--- a/youtube/static/gray_theme.css
+++ b/youtube/static/gray_theme.css
@@ -4,7 +4,7 @@
     --secondary-hover:   #73828c;
     --secondary-focus:   rgba(115, 130, 140, 0.125);
     --secondary-inverse: #FFF;
-    --primary-background:#424242;
+    --primary-background:#35404d;
     --secondary-background: #102027;
     --link:              #22aaff;
     --link-visited:      #7755ff;
-- 
cgit v1.2.3