I'm wanting to change the Front page button border and text colour as it is on a dark background.
Thanks
<strong><a class="dark btn-border" href="#" data-sr="enter bottom and wait .5s">Browse store</a></strong>
               
                
               
          
.dark.btn-border {
  border-color: #fff !important;
  color: #fff !important;
}
.dark.btn-border:active,
.dark.btn-border:focus,
.dark.btn-border:hover {
  border-color: #f079a3 !important;
  color: #f079a3 !important;
}


