X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/19724ebd80a68d868ad07f510d8fd6a1082773d3..270d2ae5829e1d66dcc1a0fb78ba3c2e3c3c22de:/webclient/rc.html?ds=inline 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 {