From a3b9a6abda5ba9ded94a71a9071359faba228382 Mon Sep 17 00:00:00 2001 From: Roslot Date: Sun, 19 May 2019 17:11:16 -0400 Subject: Bugfix for @mentions --- client/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index ca8abcf..7ec7ac1 100644 --- a/client/style.css +++ b/client/style.css @@ -65,6 +65,9 @@ ul li { .message, .refmessage { padding-bottom: 1em; } +.refmessage { + font-weight: bold; +} .nick { float: left; width: 16em; -- cgit v1.2.1