Fix '/me' color

This commit is contained in:
Mattias Erming 2014-12-12 00:20:52 +01:00
parent ccea9ea43d
commit 4fcd21ccff
1 changed files with 2 additions and 2 deletions

View File

@ -606,8 +606,8 @@ button {
display: none;
}
#chat .action,
#chat .action .user {
color: #f39c12;
#chat .chan .action .user {
color: #f39c12 !important;
}
#chat .action .user:before {
content: "* ";