aboutsummaryrefslogtreecommitdiffstats
path: root/client/style.css
diff options
context:
space:
mode:
authormarzavec <admin@marzavec.com>2019-06-04 22:27:15 +0200
committerGitHub <noreply@github.com>2019-06-04 22:27:15 +0200
commit831a4968f46dc2e6c35083b7f1f350e926c60525 (patch)
tree6245d589fe2518d41a4f41f634062047dc3ed4da /client/style.css
parentCreate FUNDING.yml (diff)
parentBugfix for @mentions (diff)
downloadhackchat-831a4968f46dc2e6c35083b7f1f350e926c60525.tar.gz
hackchat-831a4968f46dc2e6c35083b7f1f350e926c60525.zip
Merge pull request #67 from Roslot/master
Semi-bugfix for @mentions
Diffstat (limited to 'client/style.css')
-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;