Hey everyone, trying to add font styles to the back-end post editor in my local 3.3.1 install.
Here's the test CSS (made obvious so I know my changes are working)
h1 {
color: red;
font-size: 30pt;
}
And yes, I did put this in my functions.php file
<?php add_editor_style(); ?>
The changes are def. not showing up :(
Any ideas?