mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-27 04:07:05 +00:00
refactor: add semantic link color token and migrate hyperlinks to it
This commit is contained in:
parent
ce66d7e91f
commit
b2cbe3939e
13 changed files with 24 additions and 14 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue