XF 2.0 How to bold sticky threads?

Adding this to extra.less should do it

Code:
.structItemContainer-group--sticky .structItem-title {
    font-weight: 700;
}
It works like a charm. Thanks a lot :)

Any idea to make the visited links to another color. I want it only in the posts not everywhere.
Also any idea to mark the sticky thread authors to be bold as well?
 
Top Bottom