body article.comment:nth-child(1n) {
background-color: rgb(0,0,0,.3) !important;
}
article.comment.highlight {
/* background-color: rgba(65, 99, 172, 0.67); */
}
Find and comment out these, I think that's the issue
body article.comment:nth-child(1n) {
background-color: rgb(0,0,0,.3) !important;
}
article.comment.highlight {
/* background-color: rgba(65, 99, 172, 0.67); */
}
Find and comment out these, I think that's the issue
(post is archived)