Merge pull request #1282 from asgeo1/menu_color_fix

Was not using scss variable for menu color
This commit is contained in:
Adam Bradley
2014-05-06 08:03:02 -05:00

View File

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