Removing underlines from links.
Unanswered
Reddish carpenter ant posted this in #help-forum
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
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
}