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

View file

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