Bootstrap inverse (dark) style for tabs

Viewed 5150

For navbars, we have a navbar-inverse class. Is there anything like that for tabs in bootstrap? Here is my code:

<ul class="nav nav-tabs">
    <li><a href="#">Tab item</a></li>
</ul>

Any help would be appreciated.

1 Answers
Related