From 28c261238e861313b4af58fd2f620103e9354be0 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 6f46267ba8..18f869b73a 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 {