Note from 18 May 2023
TIL: a:link
in CSS doesn't match a
elements without any href
attribute! 😲
https://codepen.io/nhoizey/pen/dyggeOJ
It makes sense, but I never use a
elements without href
attributes (different from #
of course), so I didn't know… 🤷♂️