]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Colors: Soften the whites a little
[reliable-chat] / webclient / rc.html
index 884a9eb14564c239b5913732f2e36b7509cb8998..03b034a096f617117c41fefc2d44ffe0f21d98e6 100644 (file)
@@ -32,7 +32,7 @@
                font-family: monospace;
        }
        a {
-               color: white;
+               color: #ddd;
        }
        #container {
                height: 100%;
        .expandingArea {
                position: relative;
                border: 1px solid #888;
-               background: #fff;
+               background: silver;
        }
        .expandingArea > textarea,
        .expandingArea > pre {