- Messages
- 2,533
- Likes
- 7,884
On thread lists, the font weighting on the titles of threads that you've read (no new messages) is kinda light. In the CSS, the class responsible for this is called .structItem-title. There's two font-weight properties in there, which is unnecessary. One is set to 300 and one to 400. The 300 one is active, but 400 would be more appropriate, so you could delete the 300 one, or just delete them both (which will default to 400).