Close
Stylesheet
http://moe.imouto.org/forum
http://moe.imouto.org/artist/show/2

It seems the new features don't have the stylesheets changed for moe's colorscheme:
http://i25.photobucket.com/albums/c63/swift412/moe_before.png

If you make these changes:

table tr.even {
color: white;
background: #444;
}

tr.odd {
color: white;
background: #333;
}

table.form th {
background: #333;
color: white;
white-space: normal;
padding-right: 2em;
}

It should end up something like this:
http://i25.photobucket.com/albums/c63/swift412/moe_after.png
Ah yes thanks, I copied the older style from older moe danbooru which I guess was missing those changes.