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:
#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:
and leave admin styles as they currently are:
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: