From 9fec1c07ef079c218f15b94f55588a11a3826cdb Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Thu, 27 Mar 2014 14:18:37 +0100 Subject: Join/leave mesages should always ge gray --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c3bf0f2..ed56fca 100644 --- a/static/style.css +++ b/static/style.css @@ -26,7 +26,7 @@ display: table-cell; } -#chatlog li.leave, #chatlog li.join { +#chatlog li.leave, #chatlog li.join, #chatlog li.leave .nick, #chatlog li.join .nick { color: gray !important; font-style: italic !important; } -- cgit v1.2.3-54-g00ecf