Mute color of the topic actions

This commit is contained in:
Jérémie Astori 2016-03-05 23:52:05 -05:00
parent a81fdb3fd2
commit ea3c79613e
1 changed files with 2 additions and 1 deletions

View File

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