No matter what I do, I can't seem to change the active background in CSS. It keeps defaulting to the btn-primary bootstrap style.
<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);
}