Instale o complemento Stylish e crie o seguinte estilo:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank")
{
body
{
background-color: ... !important;
}
}
Em que ...
é um valor de cor CSS válido.