Skip to content

Commit

Permalink
Merge pull request #150 from thelounge/astorije/missing-mode-color
Browse files Browse the repository at this point in the history
Add missing mode action to muted colors
  • Loading branch information
maxpoulin64 committed Mar 6, 2016
2 parents 6ef3799 + fba862a commit ffdc423
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/css/style.css
Expand Up @@ -791,9 +791,10 @@ button,

#chat .join .text,
#chat .kick .text,
#chat .mode .text,
#chat .nick .text,
#chat .part .text,
#chat .quit .text,
#chat .nick .text {
#chat .quit .text {
color: #999;
}

Expand Down

0 comments on commit ffdc423

Please sign in to comment.