Stylament 0.28.3

Links

Related

Spec [external]

a

scss
a {
  :where(&:any-link) {
    @include coloring.set-colors("links");
    color: var(---clr-fg);
    text-decoration: underline;
  }
  :where(&:any-link:hover) {
    text-decoration: none;
  }

  &[id] {
    // anchors
  }
}

Anchor.

Related

Spec [external]

MDN [external]