From 4fcd21ccff5ad941544dc0ac212f2c6b5e973639 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Fri, 12 Dec 2014 00:20:52 +0100 Subject: [PATCH] Fix '/me' color --- client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index d68446c..882570b 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -606,8 +606,8 @@ button { display: none; } #chat .action, -#chat .action .user { - color: #f39c12; +#chat .chan .action .user { + color: #f39c12 !important; } #chat .action .user:before { content: "* ";