From a7a8f9b7bce0895a9575814ac972333d50c5fcfc Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Sat, 17 May 2014 02:41:57 -0400 Subject: [PATCH] enough with the silly default colors... white! --- style.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.less b/style.less index 5bbdc78..787b97a 100644 --- a/style.less +++ b/style.less @@ -5,11 +5,11 @@ @site-main-body-width: @site-width - 2*@site-gutter-width - @nav-width; // colors -@site-header-color: #ddf; -@nav-color: #dff; // if different than site-body-color: make sure content is taller than nav +@site-header-color: #fff; +@nav-color: #fff; // if different than site-body-color: make sure content is taller than nav @site-body-color: #fff; -@site-window-color: #eee; -@site-footer-color: #ddf; +@site-window-color: #f4f4f4; +@site-footer-color: #fff; @site-gutter-color: #fff; header, hgroup, section, footer, aside, nav, article, figure, img { -- 1.7.10.4