From c79c6bdab6e7050e151abf564599a45c15dce76f Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Thu, 31 Oct 2013 00:27:50 +0100 Subject: [PATCH] Make chat nick self white to be more in line with standard weechat But add font weight bold to it so it sticks out a little more --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index dfb4682..59b84b8 100644 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,8 @@ color: #77dfd8; } .cof-chat_nick_self { - color: #fff1bd; + color: #ffffff; + font-weight: bold; } .cof-chat_nick_other { color: #77dfd8;