From 17b79fdedaa1a6e0a509216655c9188eda031571 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 3 Sep 2014 15:37:42 -0400 Subject: [PATCH] Increase the contrast of the "new" text --- app/assets/stylesheets/common/components/badges.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index e33e1bbb1..6fdd5652a 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -82,7 +82,7 @@ h1 a.badge-category div {vertical-align: top;} &.new-topic { background-color: transparent; - color: scale-color($tertiary, $lightness: 50%); + color: scale-color($tertiary, $lightness: 10%); font-weight: normal; }