How can I add a 1px white border to my store's buttons?

Hi, I need help adding a white 1px boarder to my stores buttons.

site is: www.ruggeri.shop

Example: the “learn more about us button” has no outline

Hi @JosephRuggeri ,
in order to add the border to the buttons just add the below code at the bottom of the base.css file in your shopify theme code editor

a.button.button--primary {
    border: 2px solid white;
}

After you add this code your button would like as in the image below

Thanks & Regards
KaalTechGeeks