Content block editor issue

Permalink
Using 5.4.0.3

I have a client whos site has a black background and all his text is white.

Unfortunately when he goes to edit text on his site in the content editor, he can't actually see it (content editor background is white + white text = a whole heap of white).

I understand this issue has popped up before - any ideas on how we can resolve this?


Jesse

myFullFlavour
 
beerchurch replied on at Permalink Reply
Same problem here. Any resolution?
beerchurch replied on at Permalink Reply
Same problem here. Any resolution?
cannonf700 replied on at Permalink Reply
cannonf700
Play with the code in your typography.css
inside the 'body' tag.

body
{
/* customize_default_bg*/background-color:#000000; /* customize_default_bg*/
}

should make it black.
Tony used this line of code in the body tag on his earthtones theme to make the background grey:

/* customize_body */ color: #ccc; /* customize_body */