Print IRC error messages in red

This commit is contained in:
Simon Ser 2020-06-29 14:29:31 +02:00
parent 20be67503b
commit 99004165f2
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
3 changed files with 24 additions and 0 deletions

View file

@ -176,6 +176,9 @@ details summary {
#buffer .talk {
color: black;
}
#buffer .error {
color: red;
}
#buffer .me-tell {
color: #b37400;
}