From: Scott Worley Date: Mon, 6 Aug 2012 07:16:59 +0000 (-0700) Subject: Colors: Soften the whites a little X-Git-Url: http://git.scottworley.com/reliable-chat/commitdiff_plain/63b1551bc30d152a76dbfa20b626d32c18461c9b Colors: Soften the whites a little --- 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 {