XF 1.2 I can't seem to change the color of an unread forum.

here's what I use in extra.css, not sure if it's the best way or not....
Code:
.nodeInfo .unread .nodeTitle a {color:#B22222;}
.node .unread .nodeText .nodeTitle a {color:#B22222;}
.discussionListItems .unread .title a {color:#B22222;}
 
Top Bottom