From b22a2cedc1be7e6448f6168ce1256e87733573b4 Mon Sep 17 00:00:00 2001 From: Jason Hibbs Date: Thu, 2 Aug 2012 18:35:05 -0700 Subject: [PATCH] Dark color scheme --- webclient/rc.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { -- 2.44.1