I'm currently building my website and I've run into a problem. Here is the webpage.
I want to add 3px underlines to only the links, like this:
The line height of the text is 56pt, so the border-bottom is far too far away from the links. text-decoration: underline
is too thin, and way too close.
They need to be about half this distance. As negative padding doesn't exist, how should I go about fixing it?