All you have to do for the white background is edit the CSS style
Code:
.wysiwyg
{
background: #F5F5FF;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
With this
https://addons.mozilla.org/en-US/firefox/addon/2108
Here's an example sytle
Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mmowned.com") {
.wysiwyg{
background: #333333 !important;
color: #999999 !important;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif !important;
margin: 5px 10px 10px 10px !important;
padding: 0px !important;
}
}