Merge pull request #151 from thelounge/astorije/topic-action-color

Mute color of the topic actions
This commit is contained in:
Max-P 2016-03-06 00:55:47 -05:00
commit 718182c74a
1 changed files with 2 additions and 1 deletions

View File

@ -802,7 +802,8 @@ button,
#chat .mode .text, #chat .mode .text,
#chat .nick .text, #chat .nick .text,
#chat .part .text, #chat .part .text,
#chat .quit .text { #chat .quit .text,
#chat .topic .text {
color: #999; color: #999;
} }