background: #131320;
color: #fff;
add_editor_style()
add_action( 'after_setup_theme', 'load_wysiwyg_style' );
function load_wysiwyg_style() {
add_editor_style( get_template_directory_uri() . '/assets/wysiwyg-style.css');
}
body#tinymce {
background: #131320!important;
color: #fff;
}