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
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -176,6 +176,9 @@ details summary {
#buffer .talk {
color: black;
}
#buffer .error {
color: red;
}
#buffer .me-tell {
color: #b37400;
}