From 56e834a8c273ed25e19931dc83e171ce8ee2c016 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 11 Jul 2011 20:32:24 +0000 Subject: [PATCH] Twenty Eleven: Don't set color in the * selector in editor styles. props MattyRob, fixes #18011 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@18433 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyeleven/editor-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/editor-style.css b/wp-content/themes/twentyeleven/editor-style.css index 74c9de68de..2641a077af 100644 --- a/wp-content/themes/twentyeleven/editor-style.css +++ b/wp-content/themes/twentyeleven/editor-style.css @@ -7,7 +7,7 @@ html .mceContentBody { max-width: 584px; } * { - color: #333; + color: inherit; font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: inherit; font-weight: inherit;