I tried to adjust the background color of a button within a bootstrap navbar, but I couldn't get it to change completely. How can I fix this issue?
See below for the code snippet:
<div class="container-fluid">
<nav class="navbar navbar-dark navbar-expand-lg bg-dark">
<div class="container-fluid">
<a class="navbar-brand bg-success" href="#" id="logo">Logo</a>
...
</div>
</nav>
</div>
Here is the resulting image.