add highlight to SYSTEM_NARROWCAST (your X on Y was destroyed by Z) messages

This commit is contained in:
Jon Atkins
2013-04-05 00:36:38 +01:00
parent 1d55fc5d31
commit a2a9d3458d
2 changed files with 11 additions and 3 deletions

View File

@ -249,6 +249,10 @@ em {
white-space: nowrap;
}
#chat td .system_narrowcast {
color: #f66 !important;
}
mark {
background: transparent;
}