@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("hackaday.com") {

    .entry {
        color: #222 !important;
    }

    .post {
        color: #222 !important;
    }

    .statsclass1,.statsclass2 {
        color: #DDD !important;
    }

    #content h2, h3 {
        color: #222 !important;
    }

    body {
        color: #222 !important;
        background: inherit !important;
    }
}