Don't fade comments in RES nightmode.

This commit is contained in:
shlurbee
2013-12-13 18:57:23 -08:00
parent 4ab1d14bab
commit 95da24e94c

View File

@@ -1105,6 +1105,10 @@ body.with-listing-chooser.explore-page #header .pagename {
}
}
.explore-page.res-nightmode .comment-fade {
display: none;
}
.explore-hot .explore-label {
background-color: #fff088;
border: solid thin #c4b487;