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/dark_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/dark_theme.css')
-rw-r--r-- | youtube/static/dark_theme.css | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/youtube/static/dark_theme.css b/youtube/static/dark_theme.css index a5fa0ec..ec472cf 100644 --- a/youtube/static/dark_theme.css +++ b/youtube/static/dark_theme.css @@ -1,20 +1,22 @@ :root { - --background: #212121; + --background: #121113; --text: #FFFFFF; - --secondary-hover: #73828c; - --secondary-focus: #303030; - --secondary-inverse: #FFF; + --secondary-hover: #222725; + --secondary-focus: #121113; + --secondary-inverse: #FFFFFF; --primary-background: #242424; - --secondary-background: #424242; - --thumb-background: #757575; + --secondary-background: #222725; + --thumb-background: #222725; --link: #00B0FF; --link-visited: #40C4FF; - --border-bg: #FFFFFF; - --buttom: #dcdcdb; - --buttom-text: #415462; - --button-border: #91918c; - --buttom-hover: #BBB; - --search-text: #FFF; - --time-background: #212121; - --time-text: #FFF; + --border-bg: #222725; + --border-bg-settings: #000000; + --border-bg-license: #000000; + --buttom: #121113; + --buttom-text: #FFFFFF; + --button-border: #222725; + --buttom-hover: #222725; + --search-text: #FFFFFF; + --time-background: #121113; + --time-text: #FFFFFF; } |