riggraz / no-style-please

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

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

Closed thebigbone closed 4 months ago

thebigbone commented 4 months 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 4 months ago

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