Display messages with a highlight differently

This commit is contained in:
Simon Ser
2020-08-13 11:58:36 +02:00
parent 917b348992
commit 9cc44fbe98
3 changed files with 11 additions and 1 deletions

View File

@@ -186,6 +186,10 @@ details summary {
#buffer .me-tell {
color: #b37400;
}
#buffer .highlight .nick {
color: yellow;
background-color: #c700ff;
}
#buffer .nick-1 {
color: #f25e0d;
}