From 9675b426ee99ca39b43cc9f526e28b2c5129bc14 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 4 Jun 2015 00:39:19 -0700 Subject: [PATCH] lighter quote controls --- app/assets/stylesheets/common/base/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 6f46267ba8e..18f869b73af 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -68,7 +68,7 @@ aside.quote { } .quote-controls, .quote-controls .back:before, .quote-controls .quote-other-topic:before { - color: scale-color($primary, $lightness: 60%); + color: scale-color($primary, $lightness: 70%); } .cooked .highlight {