How to make the links not underline and keep the same color

No description
5 Replies
ἔρως
ἔρως2mo ago
to remove the underline:
text-decoration: none
text-decoration: none
to have the same color:
color: inherit
color: inherit
roelof
roelofOP2mo ago
you are fast Can you also help me why some are green and some stay white ? https://roelofwobben.github.io/social-links/
ἔρως
ἔρως2mo ago
not for at least 3 hours but the element inspector should show you where the color comes from if you check the computed styles tab, it should have a list of all the places where the value is coming from
13eck
13eck2mo ago
Visited links have the :visited selector applied, which gives a consistent color to visited links
roelof
roelofOP2mo ago
Thanks I think I solved this one Will ask feedback on #showcase https://discord.com/channels/436251713830125568/1390048515232628797

Did you find this page helpful?