From 7abd3c17b28bb1ff0638f0251a101b2bcfee4359 Mon Sep 17 00:00:00 2001 From: Philippe Proulx <eeppeliteloop@gmail.com> Date: Sat, 26 Oct 2013 18:39:39 -0400 Subject: [PATCH] Emphasize self nick --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index fa86bc0..4957db6 100644 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,7 @@ color: #77dfd8; } .cof-chat_nick_self { - color: #d9d9d9; + color: #fff1bd; } .cof-chat_nick_other { color: #77dfd8; @@ -143,6 +143,7 @@ .cob-chat_nick { } .cob-chat_nick_self { + background: #080808; } .cob-chat_nick_other { }