I wanted to change a button background color in a bootstrap navbar but it was not change completely. What should I have to do?
Here is the code:
<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>
and this is the output.