Hallo Sky 👋

probier mal das folgende CSS snippet ($farbe mit deiner Farbe ersetzen):


.entry-content a:hover,
.entry-summary a:hover {
  @supports(text-decoration: underline $android-green) {
    text-decoration: underline $farbe;
    text-decoration: underline $farbe;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
  }
}