diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-27 16:20:58 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-27 16:20:58 -0500 |
commit | 7b7e69a8b1f33d75db8113512a5435780aa6f5c8 (patch) | |
tree | 116f59a969312b4cea62991798c1d86e36259b11 /youtube | |
parent | 217541bd9c72cd1cc61b69d55b0d4348872ee4c8 (diff) | |
download | yt-local-7b7e69a8b1f33d75db8113512a5435780aa6f5c8.tar.lz yt-local-7b7e69a8b1f33d75db8113512a5435780aa6f5c8.tar.xz yt-local-7b7e69a8b1f33d75db8113512a5435780aa6f5c8.zip |
[FrontEnd]: light_theme, change link-visited color
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; |