diff options
Diffstat (limited to 'youtube/static/dark_theme.css')
-rw-r--r-- | youtube/static/dark_theme.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/youtube/static/dark_theme.css b/youtube/static/dark_theme.css index d75bb82..7389aa5 100644 --- a/youtube/static/dark_theme.css +++ b/youtube/static/dark_theme.css @@ -9,7 +9,7 @@ a:link { } a:visited { - color: ##7755ff; + color: #7755ff; } a:not([href]){ @@ -23,3 +23,16 @@ a:not([href]){ .setting-item{ background-color: #444444; } + + +.muted{ + background-color: #111111; + color: gray; +} + +.muted a:link { + color: #10547f; +} + + + |