users: don't bold usernames in comments and forum posts.

Make usernames in comments and forum posts take up less space.
This commit is contained in:
evazion
2022-03-01 21:21:17 -06:00
parent b4620f561c
commit ca98e218a1

View File

@@ -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);