From c5e0b7432142b854a11a9eb2055f124ebbca1977 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Mon, 18 Apr 2016 10:27:08 +0800 Subject: [PATCH] UX: Increase contrast for mentions on dark theme. --- 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 c79c143c79e..318c75ead7e 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -355,7 +355,7 @@ table.md-table { a.mention, a.mention-group { padding: 2px 4px; - color: dark-light-diff($primary, $secondary, 30%, -30%); + color: dark-light-diff($primary, $secondary, 30%, -20%); background: dark-light-diff($primary, $secondary, 95%, -60%); border-radius: 8px; font-weight: bold;