Make host links bold in the comments view
This commit is contained in:
parent
1f4c970cb3
commit
b6a399df1a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue