diff options
author | Astound <kirito@disroot.org> | 2024-04-07 11:44:19 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-07 11:44:19 +0800 |
commit | 48e8f271e7fd0b06b24337a1cb31579ce26c2288 (patch) | |
tree | cd86168bcf1a30d0af0946a220862e3bc1359ebb /youtube/static/gray_theme.css | |
parent | 9a0ad6070b3853a11685bd7df3c9647191f0a528 (diff) | |
download | yt-local-48e8f271e7fd0b06b24337a1cb31579ce26c2288.tar.lz yt-local-48e8f271e7fd0b06b24337a1cb31579ce26c2288.tar.xz yt-local-48e8f271e7fd0b06b24337a1cb31579ce26c2288.zip |
update styles to modern
Diffstat (limited to 'youtube/static/gray_theme.css')
-rw-r--r-- | youtube/static/gray_theme.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css index 43f7629..2ad0063 100644 --- a/youtube/static/gray_theme.css +++ b/youtube/static/gray_theme.css @@ -10,10 +10,12 @@ --link: #22aaff; --link-visited: #7755ff; --border-bg: #FFFFFF; - --buttom: #DCDCDC; - --buttom-text: #415462; - --button-border: #91918c; - --buttom-hover: #BBBBBB; + --border-bg-settings: #FFFFFF; + --border-bg-license: #FFFFFF; + --buttom: #2d3743; + --buttom-text: #FFFFFF; + --button-border: #102027; + --buttom-hover: #102027; --search-text: #FFFFFF; --time-background: #212121; --time-text: #FFFFFF; |