I have a request for everyone with a dark palette. I love seeing your palettes. Except for one thing: Please make mod comments easier to read. You can use div#modcomments and just change the text to white.
You guys currently have black text on black background and it's driving me crazy. I know it's not your fault you can't see it and can't code for it.
If you don't want to puzzle out a code, you can use mine:
div#modcomments {
font-family: arial, sans-serif;
font-size: 13px;
background-color: rgba(255,255,255, 0.5);
border: 1px #9fa1ad solid;
width:85%;
padding: 10px;
}
^ It's just a fancy box.