rule34 dark theme

theme for rule34 that is dark

/* ==UserStyle==
@name           rule34 dark theme
@namespace      4g9yab218390h9oea49y.xyz/ua984btah4b9
@version        1.0.0
@description    theme for rule34 that is dark
@author         anonymous
@license        public domain
==/UserStyle== */

@-moz-document domain("rule34.xxx") {
/* dark background */
body {
    background: #202124 !important;
}

/* text */
body, a ,
.tag-count ,
table.form th
{
    color: #aadc96 !important;
}

/* lighter background */
div#header ul#subnavbar ,
tr.tableheader ,
thead tr ,
div#header ul#navbar li.current-page ,
table.highlightable tr:hover ,
div#paginator a:hover
{
    background: #303134 !important;
}

/* some images have inline style for blue border */
img.preview[style] {
    border: #303134 !important;
}

/* make table border consistent across high and low dpi */
table.highlightable td {
    border: 1px solid !important;
    border-color: #657f5d !important;
}

}