JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
enough with the silly default colors... white!
authorJason Woofenden <jason@jasonwoof.com>
Sat, 17 May 2014 06:41:57 +0000 (02:41 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sat, 17 May 2014 06:41:57 +0000 (02:41 -0400)
style.less

index 5bbdc78..787b97a 100644 (file)
@@ -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 {