Skip to content

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.

Edit this page on GitHub