Was not using scss variable for menu color

This commit is contained in:
Adam George
2014-05-06 11:57:45 +10:00
parent dfec423ef8
commit c918f7fac5

View File

@@ -16,7 +16,7 @@
max-height: 100%;
width: $menu-width;
background-color: #fff;
background-color: $menu-bg;
}
.menu-content {