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.
Variable | Description |
---|---|
--link-color | External link text color |
--link-color-hover | External link text color (hover) |
--link-decoration | External link text decoration |
--link-decoration-hover | External link text decoration (hover) |
--deeplink-color | Resolved link text color |
--deeplink-color-hover | Resolved link text color (hover) |
--deeplink-decoration | Resolved link text decoration |
--deeplink-decoration-hover | Resolved link text decoration (hover) |