From c8c3b057cbe1a4ddb0acc87315ed7ccdb127426f Mon Sep 17 00:00:00 2001 From: Kane York Date: Tue, 18 Aug 2015 12:28:58 -0700 Subject: [PATCH] FIX: Unread posts in dark theme --- app/assets/stylesheets/common/components/badges.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/components/badges.css.scss b/app/assets/stylesheets/common/components/badges.css.scss index 8008d48b210..9b5248091fe 100644 --- a/app/assets/stylesheets/common/components/badges.css.scss +++ b/app/assets/stylesheets/common/components/badges.css.scss @@ -244,9 +244,9 @@ // New posts &.new-posts, &.unread-posts { - background-color: scale-color($tertiary, $lightness: 50%); + background-color: dark-light-choose(scale-color($tertiary, $lightness: 50%), scale-color($tertiary, $lightness: 20%)); color: $secondary; - font-weight: normal; + font-weight: dark-light-choose(normal, bold); } &.new-topic {