From 01e0321f44f5bbfd8b3422c96285dc8fbd26d5e6 Mon Sep 17 00:00:00 2001 From: Sam Saffron Date: Sun, 31 Jan 2016 10:39:05 +1100 Subject: [PATCH] UX: match mention styling with username styling on top of post --- app/assets/stylesheets/desktop/topic-post.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 5264dd56ef..639ff3234a 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -570,6 +570,8 @@ a.mention, a.mention-group { color: dark-light-diff($primary, $secondary, 30%, -30%); background: dark-light-diff($primary, $secondary, 95%, -60%); border-radius: 8px; + font-weight: bold; + font-size: 0.93em; }