diff options
Diffstat (limited to 'youtube/static/light_theme.css')
-rw-r--r-- | youtube/static/light_theme.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index e55079b..9dab076 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -8,10 +8,13 @@ --secondary-background: #EEEEEE; --thumb-background: #F5F5F5; --link: #212121; - --link-visited: #606060; - --buttom: #DCDCDC; + --link-visited: #808080; + --border-bg: #212121; + --border-bg-settings: #91918C; + --border-bg-license: #91918C; + --buttom: #FFFFFF; --buttom-text: #212121; - --button-border: #91918c; + --button-border: #91918C; --buttom-hover: #BBBBBB; --search-text: #212121; --time-background: #212121; |