One more fix! I noticed the trending tags page was white so I've changed it to match the menu.
table {
background-color: rgb(89, 152, 156);
}
tr {
background-color:#555;
}
td {
background-color: #555;
}
table thead {
background: #333;
}
table tr th:first-child {
color: rgb(89, 152, 156);
}
pre {
padding-right: 10px;
}
.Comment .highlighted {
background: #1B1B1B none repeat scroll 0%;
}
Edit 1: added padding to code blocks and fixed highlighted comments as displaying with a white background.
Awesome!!! Thanks so much! I just added your improvements as v1.0.1 and credited you with a link to your profile in the changelog.