Firefox CSS
I have been playing around with the CSS in Firefox to customize the look of the UI. I have managed to change nearly everything I want except for the notes view. Currently, it defaults to standard white background and black text (see pic below). Is this hard-code or is it something that can be changed with CSS as well?
http://www.constellations.scot/wp-content/uploads/2016/04/css-2.png
http://www.constellations.scot/wp-content/uploads/2016/04/css-2.png
.mceContentBody {
color: #color-of-choice;
background: #color-of-choice;
}
Now just trying to figure out how to edit the rest of the editor.
Thanks again!