Remova o contorno do botão de bootstrap
.btn{
box-shadow: none !important
}
SteveMcT
.btn{
box-shadow: none !important
}
<button type="button" class="btn btn-outline-primary" href="#">Primary</button>