Next.js Discord

Discord Forum

Removing underlines from links.

Unanswered
Reddish carpenter ant posted this in #help-forum
Open in Discord
Reddish carpenter antOP
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
text-decoration: underline;
}

this has been introduced with the new update 13.5.1

1 Reply

New Guinea Singing Dog
.link {
  text-decoration: none
}