summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2016-11-19 21:15:03 +0100
committerjomo <github@jomo.tv>2016-11-19 21:15:03 +0100
commit381e6e8b5be7c9e9035ca360d04d8beac7fc9a1a (patch)
tree303796ce51ffdb460e83783e2b650b28d0d489b8
parent5ba478339354bdb5b1c61bf258e505d8d331311e (diff)
ensure donor tag color is always white
-rw-r--r--app/assets/stylesheets/style.css.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/style.css.scss b/app/assets/stylesheets/style.css.scss
index 83908c5..6de5aa2 100644
--- a/app/assets/stylesheets/style.css.scss
+++ b/app/assets/stylesheets/style.css.scss
@@ -439,6 +439,7 @@ blockquote p {
}
.donor {
+ color: #fff;
background: #f60 !important;
margin-left: 2px !important;
}