diff options
Diffstat (limited to 'youtube')
-rw-r--r-- | youtube/static/light_theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |