How can I change the contour color of an add to cart button?

Hi, I want to change the contour color of the add to cart button but don´t know how to change it?

Hi @GrizzlyG ,

Please share your store URL.

Best,

Reena

@GrizzlyG

Password? https://prnt.sc/f_JCR6zmOeWn

button.product-form__submit.button.button--full-width.button--secondary:after {
    content: unset;
}

button.product-form__submit.button.button--full-width.button--secondary {
    border: 1px solid rgba(23, 181, 206, 1);
}

button.product-form__submit.button.button--full-width.button--secondary:hover {
    border: 3px solid rgba(23, 181, 206, 1);
}

Add this in bottom of base.css file.

Best Regards,

Reena