MusicallyInspired, on 10 June 2017 - 05:46 PM, said:
It's weird because not ALL links were underlined for me. Just the ones in posts.
Each element can have its own text decoration setting, and a block of settings can apply to particular elements that are part of other particular elements. If
a:link has the underline set, and
div.post a:link has it unset (selectors pulled out of my ass), every link
but those in posts is underlined.
Mind you: unset, not unspecified. Were it unspecified, links in posts would inherit the decoration setting for links in general.
That's what puts the Cascade in Cascading Style Sheets.
...
And then, individual elements can have their own inline style, so you could have no link be underlined but this particular single one. Or it could act exactly like a not-link, even down to not having a hand pointer, but still be clickable, because its style attribute makes it so. What a goddamn snowflake.