# Unread indicators

**URL:** https://meta.discourse.org/t/unread-indicators/45150
**Category:** Support
**Created:** [June 2, 2016, 5:09pm UTC](https://meta.discourse.org/t/unread-indicators/45150 "2016-06-02T17:09:11Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![precessor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/precessor/32/120664_2.png) [@precessor](https://meta.discourse.org/u/precessor)
#### Post date: [June 2, 2016, 7:28pm UTC](https://meta.discourse.org/t/unread-indicators/45150/2 "2016-06-02T19:28:04Z")

</div>

For (2), this is working for me:

```css
.topic-list a:not(.badge-notification).title {
    font-weight: bold;
}
.topic-list a:not(.badge-notification).title.visited {
    font-weight: normal;
}

```

---

_[View the full topic](https://meta.discourse.org/t/unread-indicators/45150)._
