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