From: Jason Woofenden Date: Sat, 17 May 2014 06:41:57 +0000 (-0400) Subject: enough with the silly default colors... white! X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=a7a8f9b7bce0895a9575814ac972333d50c5fcfc enough with the silly default colors... white! --- 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 {