From 3905d6bc0d2722c30750c42361e30aec40863d36 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Mon, 24 Jul 2017 22:26:14 -0400 Subject: [PATCH] mildly lighter @mention --- 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 93aa5e405f..ce52e4bb19 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -402,7 +402,7 @@ blockquote > *:last-child { a.mention, a.mention-group { padding: 2px 4px; - color: $primary; + color: dark-light-choose(scale-color($primary, $lightness: 30%), scale-color($secondary, $lightness: 70%)); background: $primary-low; border-radius: 8px; font-weight: bold;