= Link Category Keys :description: Reference list of the available link category keys and their value types. :navtitle: Link :source-language: yaml The keys in the `link` category style hyperlink text. [cols="3,4,6a"] |=== |Key |Value Type |Example |background-color |xref:color.adoc[Color] + (default: _not set_) |[source] link: background-color: #EFEFEF |border-offset |xref:language.adoc#values[Number] + (default: `0`) |[source] link: border-offset: 2 |font-color |xref:color.adoc[Color] + (default: `'0000EE'`) |[source] link: font-color: #428BCA |font-family |xref:font-support.adoc[Font family name] + (default: _inherit_) |[source] link: font-family: Roboto |font-size |xref:language.adoc#values[Number] + (default: _inherit_) |[source] link: font-size: 9 |font-style |xref:text.adoc#font-style[Font style] + (default: _inherit_) |[source] link: font-style: italic |text-decoration |xref:text.adoc#decoration[Text decoration] + (default: `none`) |[source] link: text-decoration: underline |text-decoration-color |xref:color.adoc[Color] + (default: `$link-font-color`) |[source] link: text-decoration-color: #0000FF |text-decoration-width |xref:language.adoc#values[Number] + (default: _inherit_) |[source] link: text-decoration-width: 0.5 |===