Why text-decoration: none may appear not to work and how to fix it
css
When text-decoration: none seems not to work, it is usually because a more specific rule overrides it, the element inherits differently than expected, or the browser applies def...
Open article