Are you talking about for comments? Quick and dirty dark mode fix, but it does the job.
body.dark article.commentrow, body.dark article.commentrow:hover {
background-color: #101010 !important;
}
Are you talking about for comments? Quick and dirty dark mode fix, but it does the job.
```
body.dark article.commentrow, body.dark article.commentrow:hover {
background-color: #101010 !important;
}
```
(post is archived)