From b98a712d742cffef0751cd222b8342faccf05b01 Mon Sep 17 00:00:00 2001 From: Mickey Kay Date: Thu, 16 Jan 2014 13:59:54 -0800 Subject: [PATCH] override body background-color to stay white --- lib/admin/editor-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/admin/editor-style.css b/lib/admin/editor-style.css index c7015a8..ce59381 100644 --- a/lib/admin/editor-style.css +++ b/lib/admin/editor-style.css @@ -10,6 +10,9 @@ /* Overrides --------------------------------------------- */ +body { + background-color: #FFF; +} .content { width: 100%;