Just your standard inline text link with no modifiers. Font family, size, weight, etc are inherited from the parent.
Links can appear in a number of states: unvisited, visited, hovered, active, and focused.
light-links
mixin for dark background where links require
higher text contrast.white-links
mixin explicitly sets links to white, for use on dark
backgrounds in some components (like the Footer)<a>
element) to trigger scripted actions unless
the link also has a real destination in case JavaScript isn’t available. The
href
attribute should have a real URL, not #
or javascript:void(0)
.
For script-only actions use a <button>
element. Buttons do things; links
go places.rel="nofollow"
for internal links
A sentence of text with <a href="https://example.com">an example link</a> in the middle.