aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/gray_theme.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2019-09-06 14:47:37 -0700
committerJames Taylor <user234683@users.noreply.github.com>2019-09-06 14:47:37 -0700
commite14ec885916e07da4fcda18ad500d63f79d76443 (patch)
tree303b9f9cdc5989e5b4c70927603dd8c1b1915412 /youtube/static/gray_theme.css
parent36380b03281690cef7ff95902a724e62e54dee77 (diff)
downloadyt-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/gray_theme.css')
-rw-r--r--youtube/static/gray_theme.css4
1 files changed, 4 insertions, 0 deletions
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;
+}