@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("bugzilla.org") {
/*text&background*/

html, body, tbody, thead, th, tr, td, blockquote, li, ul, h1, h2, h3, h4, h5, h6, p, form, footer

{
color: white !important;
background: black !important;
}

#nav li a, #mainContent, #side, #nav:after, #header, #header ul a

{
background: black !important;
border: black !important;
}

/*links*/

a

{
color: #0040ff !important;
}

/*highlight*/

textarea, pre, #header form #q

{
background: #333333 !important;
}

}