Title:
CSS error: “Your a elements should not have any text decorations” even after removing it
Body:
I’m getting this error:
“Your
aelements should not have any text decorations”
I already tried removing text-decoration from my a styles, but the error still shows up.
Here’s my CSS:
/* paste your CSS here */
And my HTML:
<!-- paste your HTML here -->
I also checked for other a {} rules but I might be missing something.
What could be causing this error, and how can I fix it?
Thanks!
