From 8cc721b4ec239b3caaf3351157a05e74aa1ad707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 11 Jan 2021 21:14:07 -0500 Subject: General theme: improve colors --- youtube/static/light_theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'youtube/static/light_theme.css') diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index 1a78fc5..3e3222b 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -2,10 +2,10 @@ --background: #FFFFFF; --text: #212121; --secondary-hover: #212121; - --secondary-focus: #E4E4E4; + --secondary-focus: #FAFAFA; --secondary-inverse: #FFFFFF; - --primary-background: #CCCCCC; - --secondary-background: #F5F5F5; + --primary-background: #F5F5F5; + --secondary-background: #EEEEEE; --link: #212121; --link-visited: #606060; --buttom: #DCDCDC; -- cgit v1.2.3