I have tried everything to change the active background in CSS but the it only uses the default btn-primary boostrap active background.
<button id="home" type="button" class="btn btn-primary active"
href="#home">Home</button>
.btn:active, .btn:hover, .btn:target{
background-color: rb(0, 0, 0, .7);
}