I am facing an issue where the icon in my menu tab turns white when active, making it difficult to see. Is there a way to change the color of the icon to black? I have found a class icon-white
to make it white, but there is no corresponding class to make it dark.
<ul class="nav nav-tabs">
<li class="active">
<a href="#">
<i class="icon-fire"></i> Newest</a>
</li>
<li>
<a href="#">
<i class="icon-star"></i> Most popular</a>
</li>
<li>
<a href="#">
<i class="icon-heart"></i> Etc.</a>
</li>
</ul>