From 8fa580f40d0fffdf6b7f08d4a665b6db24b54a1b Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 13 May 2014 10:16:13 -0700 Subject: [PATCH] scale quote highlight 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 6bcb3828818..b378359acdc 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -1045,5 +1045,5 @@ a.attachment:before { } span.highlighted { - background-color: $highlight; + background-color: scale-color($highlight, $lightness: 70%); } \ No newline at end of file