on categories list, display category title in bold if it has new discussions within it
.NoNewComments ul li a { font-weight: normal; }
Actually, you'll want to un-bold anything already read.— Wallphone
Comments
Actually, you'll want to un-bold anything already read. To do so, add this anywhere in vanilla.css:
.NoNewComments ul li a { font-weight: normal; }
One problem: the CSS you've posted would only work on a discussion list, not the category list. ?