From cb4f811a129bfb888b528a7021923a5c994f1085 Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Fri, 11 Oct 2013 01:16:13 +0200 Subject: [PATCH] soften the contrast on the foreground --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 35ef967..5d25327 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -35,7 +35,7 @@ input#sendMessage { } body { - color: white; + color: #ddd; background-color: #222; padding-left: 0; padding-right: 5px;