>>836Thxそんな便利な文法あったのね
それ使ってuserContent.css書いてみた
(または部分コード組み合わせただけw)

@-moz-document domain("2ch.net") {
html,body,section,article,aside,nav,header,footer,div,span,p,form {
background-color:#000000 !important;
color:#dddddd !important;
}
a:link { color: #66dd66 !important; }
a:visited { color: #dd00dd !important; }
a:hover { color: #8888FF !important; }
a:active { color: #dddd00 !important; }
}