From ca98e218a1e13c80b225edeafce57b06c454ba8c Mon Sep 17 00:00:00 2001 From: evazion Date: Tue, 1 Mar 2022 21:21:17 -0600 Subject: [PATCH] users: don't bold usernames in comments and forum posts. Make usernames in comments and forum posts take up less space. --- app/javascript/src/styles/common/messages.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/javascript/src/styles/common/messages.scss b/app/javascript/src/styles/common/messages.scss index db2ba5578..8fb3bc941 100644 --- a/app/javascript/src/styles/common/messages.scss +++ b/app/javascript/src/styles/common/messages.scss @@ -16,10 +16,6 @@ div.list-of-messages { width: 12em; margin-right: 1em; - div.author-name { - font-weight: bold; - } - a.message-timestamp { font-style: italic; font-size: var(--text-sm);