aboutsummaryrefslogtreecommitdiffstats
path: root/client/style.css
diff options
context:
space:
mode:
authorRoslot <pines@null.net>2019-05-19 23:11:16 +0200
committerRoslot <pines@null.net>2019-05-19 23:11:16 +0200
commita3b9a6abda5ba9ded94a71a9071359faba228382 (patch)
tree5aa6ac159f09cd83697cf4845d9a0215d0bac2ef /client/style.css
parentUpdate notify.mp3 (diff)
downloadhackchat-a3b9a6abda5ba9ded94a71a9071359faba228382.tar.gz
hackchat-a3b9a6abda5ba9ded94a71a9071359faba228382.zip
Bugfix for @mentions
Diffstat (limited to '')
-rw-r--r--client/style.css3
1 files changed, 3 insertions, 0 deletions
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;