Background and header change

This commit is contained in:
James Brooks
2014-12-13 13:33:03 +00:00
parent 76d007b6c4
commit f0db416ba1
5 changed files with 7 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ body.dashboard {
margin: 10px 0;
}
.header {
background: darken(#ffffff, 8%);
background: #fff;
padding: 14px;
width: 100%;
height: 50px;

View File

@@ -1,4 +1,4 @@
$base-background-color: #ffffff;
$base-background-color: #f1f1f1;
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
$base-font-weight: 300;