Merge pull request #150 from thelounge/astorije/missing-mode-color

Add missing mode action to muted colors
This commit is contained in:
Max-P 2016-03-05 22:33:07 -05:00
commit ffdc423097

View file

@ -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;
}