diff options
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/dark_theme.css | 4 | ||||
-rw-r--r-- | youtube/static/gray_theme.css | 4 | ||||
-rw-r--r-- | youtube/static/light_theme.css | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/youtube/static/dark_theme.css b/youtube/static/dark_theme.css index 4f302cb..d75bb82 100644 --- a/youtube/static/dark_theme.css +++ b/youtube/static/dark_theme.css @@ -19,3 +19,7 @@ a:not([href]){ .comment .permalink{ color: #ffffff; } + +.setting-item{ + background-color: #444444; +} diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css index 69cc849..a064252 100644 --- a/youtube/static/gray_theme.css +++ b/youtube/static/gray_theme.css @@ -7,3 +7,7 @@ body{ .comment .permalink{ color: #000000; } + +.setting-item{ + background-color: #eeeeee; +} diff --git a/youtube/static/light_theme.css b/youtube/static/light_theme.css index 05697b9..50286bb 100644 --- a/youtube/static/light_theme.css +++ b/youtube/static/light_theme.css @@ -7,3 +7,8 @@ body{ .comment .permalink{ color: #000000; } + + +.setting-item{ + background-color: #f8f8f8; +} |