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/gray_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/gray_theme.css')
-rw-r--r-- | youtube/static/gray_theme.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css index b7f0450..43f7629 100644 --- a/youtube/static/gray_theme.css +++ b/youtube/static/gray_theme.css @@ -9,6 +9,7 @@ --thumb-background: #35404D; --link: #22aaff; --link-visited: #7755ff; + --border-bg: #FFFFFF; --buttom: #DCDCDC; --buttom-text: #415462; --button-border: #91918c; |