Browse Source

essai bandeaux de couleur menus/banner

Fabien Sirjean 9 years ago
parent
commit
2b7886aa4a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      _sass/page.scss

+ 5 - 0
_sass/page.scss

@@ -17,10 +17,15 @@ body {
 	padding: 2em 0 1em;
 	font-family: $heading-font;
 	font-weight: 500;
+	background-color:#DDD;
 	/* text-transform: uppercase; */
 	@include clearfix;
 }
 
+.home .navigation-wrapper {
+	background-color:inherit;
+}
+
 /* Site name */
 .site-name {
 	@include grid(12,10);