Make host links bold in the comments view

This commit is contained in:
Eric Lippmann 2019-07-26 17:13:37 +02:00
parent 1f4c970cb3
commit b6a399df1a
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
// Object link and comment author in the comment overview
.comment-author {
margin-bottom: 0.25em;
> a {
font-weight: bold;
}
}
// Comment icons, e.g. persistent in the comment overview