diff options
Diffstat (limited to 'youtube/static/gray_theme.css')
-rw-r--r-- | youtube/static/gray_theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css index a064252..a5f3b23 100644 --- a/youtube/static/gray_theme.css +++ b/youtube/static/gray_theme.css @@ -11,3 +11,7 @@ body{ .setting-item{ background-color: #eeeeee; } + +.muted{ + background-color: #888888; +} |