]> git.scottworley.com Git - reliable-chat/commitdiff
Colors: Soften the whites a little
authorScott Worley <sworley@chkno.net>
Mon, 6 Aug 2012 07:16:59 +0000 (00:16 -0700)
committerScott Worley <sworley@chkno.net>
Mon, 6 Aug 2012 07:16:59 +0000 (00:16 -0700)
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 {