From fba862a6f32774c182b34da80b7ad794f8f8b6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 5 Mar 2016 22:29:30 -0500 Subject: [PATCH] Add missing mode action to muted colors --- client/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index f3d417b4..f597eff3 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -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; }