Can I find a free theme similar to craft and remove button outlines?

Hello there! I have a general theme question. Does anyone know if there is another free theme that codes like the free craft theme?Also, does anyone know how I can remove the black outlines around my buttons? Not all have them but it’s really starting to annoy me. Thank you!

URL: moderndayrags.com

it looks like just the add to cart.

I have tried but nothing I have done within the customization/color has helped.

@moderndayrags
Hello,

.button--secondary::after {
  --border-opacity: none;
  border: none;
}

Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This

Is there a way to get rid of all the outlines? Like the country/region, variants, pictures… I seem to have boarders even some that are very faint. I wasn’t sure if there was a way to get rid of them entirely or if there was a better theme?

Thank you! I noticed that the country/region at the bottom of the site still has the lines around it. Do you know how to get rid of that? Thank you!

thank you!