Link Category Keys

The keys in the link category style hyperlink text.

Key Value Type Example

background-color

Color
(default: not set)

link:
  background-color: #EFEFEF

border-offset

Number
(default: 0)

link:
  border-offset: 2

font-color

Color
(default: '0000EE')

link:
  font-color: #428BCA

font-family

Font family name
(default: inherit)

link:
  font-family: Roboto

font-size

Font size
(default: inherit)

link:
  font-size: 9

font-style

Font style
(default: inherit)

link:
  font-style: italic

text-decoration

Text decoration
(default: none)

link:
  text-decoration: underline

text-decoration-color

Color
(default: $link-font-color)

link:
  text-decoration-color: #0000FF

text-decoration-width

Number
(default: inherit)

link:
  text-decoration-width: 0.5