-
Lil #CSS trick: Half-transparent currentColor underline on a link? Can do!
a { text-decoration: none; background: linear-gradient(currentColor, transparent, currentColor, transparent, currentColor) repeat-x 0 100% / 100% 2px; }
View on CodePen codepen.io/chriskirknielsen/pen/aMgYQj