From ad0617930ab65bb0b632ee374a8b6a0ef469712f Mon Sep 17 00:00:00 2001 From: Toby Schachman Date: Mon, 7 May 2012 18:22:45 -0400 Subject: [PATCH] changed background for thesis presentation --- compiled/css/style.css | 3 +-- src/style.styl | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/compiled/css/style.css b/compiled/css/style.css index 918c57b..fb5be26 100644 --- a/compiled/css/style.css +++ b/compiled/css/style.css @@ -6,8 +6,7 @@ body { overflow: hidden; font: 13px verdana; - background-color: #ccc; - background-image: url("images/bgnoise.gif"); + background-color: #d6d6d6; } canvas { position: absolute; diff --git a/src/style.styl b/src/style.styl index a7fdce6..527bf61 100644 --- a/src/style.styl +++ b/src/style.styl @@ -23,9 +23,9 @@ transition() body overflow: hidden font: 13px verdana - background-color: #ccc + background-color: #d6d6d6 // background-image: url("http://noisepng.com/100-90-5.png") - background-image: url("images/bgnoise.gif") + // background-image: url("images/bgnoise.gif") canvas position: absolute