Styling Links with Real Underlines

PHOTO EMBED

Wed Apr 12 2023 14:21:46 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #ui #links

a {
  text-decoration-color: #EA215A;
  text-decoration-thickness: .125em;
  text-underline-offset: 1.5px;
}
content_copyCOPY

https://css-tricks.com/styling-links-with-real-underlines/