From c918f7fac58b43763b198db64bedbe14cdad9006 Mon Sep 17 00:00:00 2001 From: Adam George Date: Tue, 6 May 2014 11:57:45 +1000 Subject: [PATCH] Was not using scss variable for menu color --- scss/_menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_menu.scss b/scss/_menu.scss index 4396ecf84e..b09355b6cc 100644 --- a/scss/_menu.scss +++ b/scss/_menu.scss @@ -16,7 +16,7 @@ max-height: 100%; width: $menu-width; - background-color: #fff; + background-color: $menu-bg; } .menu-content {