From 0ba318f54a1104519cc1148b2b9b736266d4cae3 Mon Sep 17 00:00:00 2001 From: Braad Martin Date: Sun, 12 Jul 2015 12:01:32 -0700 Subject: [PATCH] Explicitly set the editor background color to white --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 35241e3..4c96700 100755 --- a/style.css +++ b/style.css @@ -158,6 +158,7 @@ body.mce-content-body { float: none; -webkit-font-smoothing: auto !important; font-smoothing: auto !important; + backround: #fff; } body.bubble {