Close
Since I don't really like the completely dark bg on post/show I'm using this in stylish as well. It restores the old behavior.

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("moe.imouto.org") {
.action-post-show > body {
background: #222 !important;
}
}