Skip to content

Link

This page lists CSS variables for links.

Engram currently supports two different types of links:

  • External links link to an external URL or URI.
  • Resolved Deep links link to an existing note.
VariableDescription
--link-colorExternal link text color
--link-color-hoverExternal link text color (hover)
--link-decoration External link text decoration
--link-decoration-hoverExternal link text decoration (hover)
--deeplink-colorResolved link text color
--deeplink-color-hoverResolved link text color (hover)
--deeplink-decorationResolved link text decoration
--deeplink-decoration-hoverResolved link text decoration (hover)