From bc14f295e35b0aca4c2bbf8289988a67b9cb209c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 26 Oct 2013 13:51:41 -0400 Subject: [PATCH] Darken default text color a bit --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index a548f8c..7fda3e3 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ color: #68b5d4; } .cof-chat { - color: #f7f7f7; + color: #d9d9d9; } .cof-chat_time { color: #f7f7f7; @@ -45,7 +45,7 @@ color: #77dfd8; } .cof-chat_nick_self { - color: #f7f7f7; + color: #d9d9d9; } .cof-chat_nick_other { color: #77dfd8; @@ -259,7 +259,7 @@ /* WeeChat colors, foreground */ .cwf-default { - color: #f7f7f7; + color: #d9d9d9; } .cwf-black { color: #000000;