From 63b1551bc30d152a76dbfa20b626d32c18461c9b Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Mon, 6 Aug 2012 00:16:59 -0700 Subject: [PATCH] Colors: Soften the whites a little --- webclient/rc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webclient/rc.html b/webclient/rc.html index 884a9eb..03b034a 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -32,7 +32,7 @@ font-family: monospace; } a { - color: white; + color: #ddd; } #container { height: 100%; @@ -105,7 +105,7 @@ .expandingArea { position: relative; border: 1px solid #888; - background: #fff; + background: silver; } .expandingArea > textarea, .expandingArea > pre { -- 2.44.1