From 5ab4d916b09c3fc0b2c51247fc6257ce1c1cbbb3 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 20 Dec 2015 12:32:23 -0700 Subject: [PATCH] tweaked whoops sidebar --- system/assets/whoops.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/assets/whoops.css b/system/assets/whoops.css index 8b325df04..c50aae385 100644 --- a/system/assets/whoops.css +++ b/system/assets/whoops.css @@ -2,6 +2,10 @@ body header { background: #8552A2; } +body .left-panel { + background: inherit; +} + body .exc-title-primary { color: #fff; }