Hi, I know the if I use codes:
.wp-editor-container textarea.wp-editor-area {
width: 100%;
margin: 0;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #000000;
}
In the admin editor.min css file that the background of an admin page text area will turns black.
What do I need to change to make the visual area turn black also?
Thank you
Kimberly