refactor: add semantic link color token and migrate hyperlinks to it

This commit is contained in:
Marco Beretta 2026-06-20 16:35:29 +02:00
parent ce66d7e91f
commit b2cbe3939e
No known key found for this signature in database
GPG key ID: D918033D8E74CC11
13 changed files with 24 additions and 14 deletions

View file

@ -69,6 +69,10 @@ function createTailwindColors() {
'text-warning': cssVar('--text-warning'),
'text-destructive': cssVar('--text-destructive'),
link: cssVar('--link'),
'link-hover': cssVar('--link-hover'),
'link-visited': cssVar('--link-visited'),
'ring-primary': cssVar('--ring-primary'),
'header-primary': cssVar('--header-primary'),