diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-09 08:27:30 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-09 08:27:30 -0500 |
commit | 5c22c654ce6d645b24e006f170dfeb086ca337f1 (patch) | |
tree | c63dae32e06c5c6da6a9cae55ce0ac46bccc43e8 /youtube/static | |
parent | 7cb6c94879eaa79c8d396982f08ac56ded681f50 (diff) | |
download | yt-local-5c22c654ce6d645b24e006f170dfeb086ca337f1.tar.lz yt-local-5c22c654ce6d645b24e006f170dfeb086ca337f1.tar.xz yt-local-5c22c654ce6d645b24e006f170dfeb086ca337f1.zip |
Grey theme: improve thumbnail background
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/gray_theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css index 6b18fb7..5302673 100644 --- a/youtube/static/gray_theme.css +++ b/youtube/static/gray_theme.css @@ -4,7 +4,7 @@ --secondary-hover: #73828c; --secondary-focus: rgba(115, 130, 140, 0.125); --secondary-inverse: #FFF; - --primary-background:#424242; + --primary-background:#35404d; --secondary-background: #102027; --link: #22aaff; --link-visited: #7755ff; |