X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/70f46223991bf60b92bc79e8d6a22181bb122ad2..b22a2cedc1be7e6448f6168ce1256e87733573b4:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index 4d21bc4..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 { @@ -17,7 +19,8 @@ } #status { width: 100%; - background-color: #eef; + text-align: right; + background-color: #293134; padding: 5px 5px 5px 0px; } #client { @@ -29,6 +32,7 @@ } #input { width: 100%; + background-color: #293134; } #say { width: 100% } #history {