From 8ae31b0cd2a77e9a437ba078ab5b2e6e1f47a1b8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 2 Jun 2016 16:17:06 -0700 Subject: [PATCH] reduce viz strength of "remove participant" X --- 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 f0caf1cf59d..5973a7fc84f 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: 10%), scale-color($secondary, $lightness: 90%)); + color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); } }