From 2a34a5036aaa920c8c743ea293712bdb075e1cbd Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 30 Jan 2013 18:50:16 -0500 Subject: [PATCH] set default colors from palette --- client.coffee | 1 + index.html | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client.coffee b/client.coffee index 1497d10..cb46305 100644 --- a/client.coffee +++ b/client.coffee @@ -56,6 +56,7 @@ $ -> ] $body = $('body') + $body.css backgroundColor: "##{palette[0]}", color: "##{palette[7]}" socket = io.connect('http://localhost') diff --git a/index.html b/index.html index 3ba1bb4..b7a0665 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,6 @@