From 28d8fea4e9f8d0eeea47f9fd7ad6c3905a6bd475 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 2 Jun 2016 16:19:08 -0700 Subject: [PATCH] normalize with topic map button color --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 5973a7fc84..c15e2842db 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -384,7 +384,7 @@ a.star { font-size: 0.929em; } i.fa-times { - color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); + color: color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%)); } }