From 7f980cffcc3a20f5c93e128313c1a4a47b39dc8e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 15 Dec 2015 22:39:39 -0500 Subject: Show profile link for @username mentions --- assets/css/src/markdown.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'assets/css/src') diff --git a/assets/css/src/markdown.css b/assets/css/src/markdown.css index 4e37bbca..8e0d482a 100644 --- a/assets/css/src/markdown.css +++ b/assets/css/src/markdown.css @@ -93,3 +93,13 @@ .documentation li { line-height: 30px; } + +.user-mention-link { + font-weight: bold; + color: #000; + text-decoration: none; +} + +.user-mention-link:hover { + color: #555; +} -- cgit v1.2.3