From 6875cc03022c5b1c760c1ede96cdcb274ebcf0ac Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 2 Nov 2015 09:27:09 -0500 Subject: [PATCH] closes #156 --- less/mobile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/mobile.less b/less/mobile.less index 1c13011..da2838c 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -19,7 +19,7 @@ } #panel { - background: @body-bg; + background-color: inherit; min-height: 100%; padding-top: 80px; }