riggraz / no-style-please

A (nearly) no-CSS, fast, minimalist Jekyll theme.
https://riggraz.dev/no-style-please/
MIT License
1.03k stars 518 forks source link

custom css for `a` tag isn't working #86

Closed thebigbone closed 3 weeks ago

thebigbone commented 3 weeks ago

hello, I recently migrated to your theme and it's really awesome. I tried to remove the underline in a tag by adding:

a {
  text-decoration: none;
}

in no-style-please.scss. but it's not applying that change. is there anything which is overriding those changes?

thebigbone commented 3 weeks ago

oof, it was my browser cache which was not showing the latest changes! closing this issue