From 3dd79b3b3a8d37e3b0ae1d9711775231bb3f8186 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Mon, 24 Jul 2017 21:11:14 -0400 Subject: [PATCH] fixing @mention color --- 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 3a1643b479c..93aa5e405f6 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-medium; + color: $primary; background: $primary-low; border-radius: 8px; font-weight: bold;