XF 2.1 Alerts notification icon different color to conversation icon

Foynat

Member
alert_different_color.png
The alerts notification icon is a different color on my forum, I hope you can see this in the attached image, it is a subtle difference but still visible. I want it to be white, not gray.

All I have done is changed some of the basic colors in the default style. The little bell doesn't seem to get its color from the same place as the other navigation row elements next to it.

I changed:
Style properties > Group: Header and navigation > Navigation row.

The html around the icon is
CSS:
<a href="/forum/index.php?account/alerts" class="p-navgroup-link p-navgroup-link--iconic p-navgroup-link--alerts js-badge--alerts badgeContainer" data-badge="0" data-xf-click="menu" data-xf-key="." data-menu-pos-ref="< .p-navgroup" aria-label="Alerts" aria-expanded="false" aria-haspopup="true">
<i aria-hidden="true"></i>
<span class="p-navgroup-linkText"></span>
</a>

Do I have to get into modifying CSS here or am I missing an option in the administrator control panel? Thanks for any insights.
 
Top Bottom