Is there a way to change the color of the black box shadow to a different hue when switching between nav tabs using the Tab
key?
Here is the code snippet:
<ul class="nav nav-tabs m-5">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Active</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
</ul>