diff options
author | Jesús <heckyel@hyperbola.info> | 2021-12-26 12:27:24 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-12-26 12:27:24 -0500 |
commit | bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c (patch) | |
tree | c6f62d8928756d1a7d8e6c56d7fc4a1b4307302e /youtube/static/light_theme.css | |
parent | 0820909b7e159e051c6b895cfda8a60475e4d708 (diff) | |
download | yt-local-bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c.tar.lz yt-local-bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c.tar.xz yt-local-bcbd83fa309ec0a6743f32ce7578cc66b53c6f0c.zip |
[FrontEnd]: improved settings design
Diffstat (limited to 'youtube/static/light_theme.css')
-rw-r--r-- | youtube/static/light_theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index e55079b..5c3191b 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -9,6 +9,7 @@ --thumb-background: #F5F5F5; --link: #212121; --link-visited: #606060; + --border-bg: #212121; --buttom: #DCDCDC; --buttom-text: #212121; --button-border: #91918c; |