diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-11 21:14:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-11 21:14:07 -0500 |
commit | 8cc721b4ec239b3caaf3351157a05e74aa1ad707 (patch) | |
tree | 66d9fa9af3029748029af6991eb682a8afe074a1 /youtube/static/light_theme.css | |
parent | 58eea1e0f2ac7ccd38edbad52eab3946d6f59aab (diff) | |
download | yt-local-8cc721b4ec239b3caaf3351157a05e74aa1ad707.tar.lz yt-local-8cc721b4ec239b3caaf3351157a05e74aa1ad707.tar.xz yt-local-8cc721b4ec239b3caaf3351157a05e74aa1ad707.zip |
General theme: improve colors
Diffstat (limited to 'youtube/static/light_theme.css')
-rw-r--r-- | youtube/static/light_theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |