Is there a way to change the color of text in my navigation bar to #b3b3b3? It seems like I am limited to the colors provided by bootstrap. How can I work around this limitation?
<nav class="navbar" style="color: #b3b3b3; background-color: #121212;">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
</div>
</nav>