# Change in highlighted objects

**URL:** https://meta.discourse.org/t/change-in-highlighted-objects/314610
**Category:** Support
**Created:** [July 2, 2024, 11:45am UTC](https://meta.discourse.org/t/change-in-highlighted-objects/314610 "2024-07-02T11:45:54Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [July 2, 2024, 9:14pm UTC](https://meta.discourse.org/t/change-in-highlighted-objects/314610/6 "2024-07-02T21:14:44Z")

</div>

> [@anon82911141](#):
>
> Text just seems unstyled,

Do you mean the wrong font is being used? or something else? generally only the font-size changed for the topic list filters, and bolding was removed from admin dashboard nav… but other than that I don’t think any font styling was changed.

You can choose to limit the scope and only revert the style in the topic list nav if you’d like, by doing:

```css
#navigation-bar {
  --d-nav-color--hover: var(--quaternary);
  --d-nav-bg-color--hover: var(--quaternary-low);
  --d-nav-color--active: var(--secondary);
  --d-nav-bg-color--active: var(--quaternary);
  --d-nav-border-color--active: var(--primary-medium);
  --d-nav-underline-height: 0;

 li {
  font-size: var(--font-up-1);
    a {
      padding: 6px 12px;
    }
  }
}

```

This would get you:

![image](https://global.discourse-cdn.com/meta/original/4X/1/5/6/156356d7495839a4b9ceb0d62b49e58b2708d968.png)

and leave admin styles as they currently are:

![image](https://global.discourse-cdn.com/meta/original/4X/e/f/5/ef59beb0bb5052bce35fdbf6c6e555384b811705.png)

![image](https://global.discourse-cdn.com/meta/optimized/4X/2/8/4/284b8210658db9d5cc941a620b7d3f338df02d0d_2_690x45.png)

I don’t recommend trying to customize or revert admin nav styles at the moment, as we’re in the process of making admin dashboard updates. A little more info here:

> [@Introducing admin sidebar navigation](https://meta.discourse.org/t/introducing-experimental-admin-sidebar-navigation/289281):
>
> mega Update: The old admin top navigation has been officially deprecated and removed in the 3.4 release. The sidebar navigation has seen huge improvements lately and, going forward, is the only way to navigate the Discourse admin. We have been working internally on some changes around how the navigation structure will work in the admin areas of Discourse. The first part of this work is introducing an admin sidebar. It looks like this:

---

_[View the full topic](https://meta.discourse.org/t/change-in-highlighted-objects/314610)._
