Content Link

Links come with .secondary and .contrast styles.

Primary
Secondary
Contrast
<a href="#">Primary</a>
<a href="#" class="secondary">Secondary</a>
<a href="#" class="contrast">Contrast</a>

.secondary and .contrast classes are not available in the class‑less version.

aria-current send the active state to assistive technologies and is displayed as the hover links.

Regular link
Active link
Regular link
<a href="#">Regular link</a>
<a href="#" aria-current="page">Active link</a>
<a href="#">Regular link</a>

Edit this page on GitHub