@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("djangoproject.com") {

#content-main {
    background: #333333 !important;
    color: #cccccc !important;
}

#s-getting-help {
    background: #666666 !important;
}

h1 {
    color: lightgreen !important;
}

h2 {
    color: #94DA3A !important;
}

.literal, .literal-block {
    color: #94DA3A !important;
}

.highlight-python *,
.highlight-sql *,
.highlight-bash * {
    background: #666666 !important;
}

/* used to disable systems setting */
input.query {
    background: darkgreen !important;
}


}
