Fixes OOC colour in whitemode, and OOC pings (#5127)

This commit is contained in:
Gary Lafortune
2019-04-17 19:47:48 -05:00
committed by GitHub
parent 9968919350
commit 0e2ca8c051
3 changed files with 7 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ em {font-style: normal; font-weight: bold;}
.prefix { font-weight: bold;}
.ooc { font-weight: bold;}
.ooc {color: #0000d1; font-weight: bold;} /* yogs - OOC */
.adminobserverooc {color: #0099cc; font-weight: bold;}
.adminooc {color: #700038; font-weight: bold;}