From ea3c79613ed4d881df32d71a41c36be66fa127c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 5 Mar 2016 23:52:05 -0500 Subject: [PATCH] Mute color of the topic actions --- client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index f597eff3..b243dc69 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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; }