As a dedicated frontend developer, I believe in creating underlines with a 2px padding instead of the default 1px. Is there an easy solution for achieving this?
PS: Yes, I am aware of using a div with a black background color and 1px * Npx with position: relative, but it tends to slow things down...