From 5b1787eca3d42fdaf2bae329359ccb7beda3482d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Wed, 20 Jan 2016 06:29:03 +0000 Subject: [PATCH] Fix wrong color class on Zenburn style --- client/themes/zenburn.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index f6fca30a..788b570c 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -181,7 +181,7 @@ body { #chat .msg.quit .time, #chat .msg.quit .from button, #chat .msg.quit .type { - color: ##bc6c9c !important; + color: #bc6c9c !important; } #chat .msg.topic {