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