Hello, how do I make my cart page button responsive so that it changes the color or shows an outline when hovered over? (like in the pictures below)
I’m using Dawn 9.0 and have some custom codes already to change the color of the button (code below)
button#checkout {
font-weight: bold;
background: #3D9246;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button–unbranded:after {
box-shadow: none;
}

