diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-09-06 14:47:37 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-09-06 14:47:37 -0700 |
commit | e14ec885916e07da4fcda18ad500d63f79d76443 (patch) | |
tree | 303b9f9cdc5989e5b4c70927603dd8c1b1915412 /youtube/static/dark_theme.css | |
parent | 36380b03281690cef7ff95902a724e62e54dee77 (diff) | |
download | yt-local-e14ec885916e07da4fcda18ad500d63f79d76443.tar.lz yt-local-e14ec885916e07da4fcda18ad500d63f79d76443.tar.xz yt-local-e14ec885916e07da4fcda18ad500d63f79d76443.zip |
Settings: Fix centering and color scheme on other themes
Diffstat (limited to 'youtube/static/dark_theme.css')
-rw-r--r-- | youtube/static/dark_theme.css | 4 |
1 files changed, 4 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; +} |