MikeC
As [deleted] already pointed out, having custom backgrounds for each discussion will soon blow up the size and negatively impact the performance of your site.
However, if you just want to highlight a small number of discussions you can do it like that:
.DiscussionList-discussions li[data-id="24291"] {
background: #ddd;
}
The data-id is the number of your discussion according to the URL and instead of #ddd you can easily apply an image as well.