diff options
Diffstat (limited to 'youtube/static/light_theme.css')
-rw-r--r-- | youtube/static/light_theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index 9095d15..4ca0317 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -10,7 +10,9 @@ --link: #212121; --link-visited: #808080; --border-bg: #212121; - --buttom: #DCDCDC; + --border-bg-settings: #91918c; + --border-bg-license: #91918c; + --buttom: #FFFFFF; --buttom-text: #212121; --button-border: #91918c; --buttom-hover: #BBBBBB; |