mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 07:04:18 +00:00
Fix '/me' color
This commit is contained in:
parent
ccea9ea43d
commit
4fcd21ccff
1 changed files with 2 additions and 2 deletions
|
@ -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: "* ";
|
||||
|
|
Loading…
Reference in a new issue