How to change the color and thicken the border of the "Add to cart" button?

I want the border of the “Add to cart” button to be thicker and change the color to attract customers’ attention.

Help me, https://www.tipiteastore.com/products/tipi-pot%E2%84%A2-magic-pot

Hello @tipitea
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.

#ProductSubmitButton-template--15810886140022__main {
border: 2px solid #669803;
color: #669803 !important;
}

result

If this was helpful, hit the like button and accept the solution.
Thanks