From: Jason Hibbs Date: Fri, 3 Aug 2012 01:35:05 +0000 (-0700) Subject: Dark color scheme X-Git-Url: http://git.scottworley.com/reliable-chat/commitdiff_plain/b22a2cedc1be7e6448f6168ce1256e87733573b4 Dark color scheme --- diff --git a/webclient/rc.html b/webclient/rc.html index b83fa1a..9460159 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -10,6 +10,8 @@ height: 100%; margin: 0; padding: 0; + background-color: #293134; + color: silver; font-family: monospace; } #container { @@ -18,7 +20,7 @@ #status { width: 100%; text-align: right; - background-color: #eef; + background-color: #293134; padding: 5px 5px 5px 0px; } #client { @@ -30,6 +32,7 @@ } #input { width: 100%; + background-color: #293134; } #say { width: 100% } #history {