Link

An underlined link in the accent colour. The target is set with the href property.

Examples

Internal link External link Blue link

Properties

NameTypeDefaultDescription
hrefstring'#'Destination URL, passed to the inner anchor.

CSS variables

NameTypeDefaultDescription
--accentR, G, B86, 88, 84Base colour, used as rgb(var(--accent)).
--accent-darkR, G, B29, 10, 11Hover colour.
--accent-lightR, G, B204, 204, 210Active (pressed) colour.

Usage

href defaults to # when omitted.

Implementation