summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/style.css.scss
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-22 23:15:55 +0200
committerjomo <github@jomo.tv>2014-06-22 23:15:55 +0200
commitc6a928e5e00975e11759a918318f249ac916aa8e (patch)
tree318c36a99cf5929655ab1c193fb0eccaad3f3546 /app/assets/stylesheets/style.css.scss
parent42d24afa0beb69e8c7c22d39b909cd6ac91bf7c0 (diff)
give normal users a nicer, green color
Diffstat (limited to 'app/assets/stylesheets/style.css.scss')
-rw-r--r--app/assets/stylesheets/style.css.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index 3b70525..173532d 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -381,7 +381,7 @@ blockquote p {
}
&.normal {
- background: #aaa !important;
+ background: #282 !important;
}
&.banned, &.disabled {