]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Dark color scheme
[reliable-chat] / webclient / rc.html
index b83fa1a9fa5aa5741c00c2f62f99d533fa836073..9460159064b4e56ed21c131b2b2e5b42a2d33316 100644 (file)
@@ -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 {