JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
set default colors from palette
authorJason Woofenden <jason@jasonwoof.com>
Wed, 30 Jan 2013 23:50:16 +0000 (18:50 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 30 Jan 2013 23:50:16 +0000 (18:50 -0500)
client.coffee
index.html

index 1497d10..cb46305 100644 (file)
@@ -56,6 +56,7 @@ $ ->
        ]
 
        $body = $('body')
+       $body.css backgroundColor: "##{palette[0]}", color: "##{palette[7]}"
 
        socket = io.connect('http://localhost')
 
index 3ba1bb4..b7a0665 100644 (file)
@@ -8,8 +8,6 @@
        <script src="/socket.io/socket.io.js"></script>
        <style>
                body {
-                       color: #d3d7cf;
-                       background: #2e3436;
                        font-family: monospace;
                        font-size: 12px;
                        line-height: 14px;