
writing css tricks like they're secret spells only nerds understand
reminder: you don't need duplicated text for this css text effect
text-shadow + 1lh translate
span { text-shadow: 0 -1lh var(--clr); }
a:is(:focus-visible, :hover) span { translate: 0 1lh; }
bonus: directional awareness
reveal