From 58c9ca61327c0ba724e31a952ab07b6f2718d14f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 17 Aug 2015 03:34:18 -0700 Subject: [PATCH] make topic map button dimmer --- 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 fe3f9d714..181d06551 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -413,7 +413,7 @@ a.star { .btn { border: 0; padding: 0 23px; - color: $primary; + color: scale-color($primary, $lightness: 60%); background: dark-light-diff($primary, $secondary, 97%, -75%); border-left: 1px solid dark-light-diff($primary, $secondary, 90%, -65%); border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);