From 7b7e69a8b1f33d75db8113512a5435780aa6f5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 27 Dec 2021 16:20:58 -0500 Subject: [FrontEnd]: light_theme, change link-visited color --- youtube/static/light_theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index 5c3191b..9095d15 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -8,7 +8,7 @@ --secondary-background: #EEEEEE; --thumb-background: #F5F5F5; --link: #212121; - --link-visited: #606060; + --link-visited: #808080; --border-bg: #212121; --buttom: #DCDCDC; --buttom-text: #212121; -- cgit v1.2.3