Make host names bold in the event history

This commit is contained in:
Eric Lippmann 2019-07-26 17:24:17 +02:00
parent dc3147c652
commit 9221e7894c
1 changed files with 4 additions and 0 deletions

View File

@ -267,5 +267,9 @@
> .history-message-output {
flex: 1;
> a {
font-weight: bold;
}
}
}