Skip to content

Commit

Permalink
fix(YALB-350): add link-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
ModulesUnraveled committed Jul 22, 2022
1 parent 9342202 commit 6226427
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tokens/atoms/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,24 @@ link:
value: "{size.thickness.2}"
thick:
value: "{size.thickness.8}"
link-themes:
"gray-800":
link-base:
value: "{color.basic.white.value}"
link-hover:
value: "{color.blue.light.value}"
"blue-yale":
link-base:
value: "{color.basic.white.value}"
link-hover:
value: "{color.blue.light.value}"
"gray-700":
link-base:
value: "{color.basic.white.value}"
link-hover:
value: "{color.gray.300.value}"
"gray-200":
link-base:
value: "{color.blue.yale.value}"
link-hover:
value: "{color.gray.700.value}"

0 comments on commit 6226427

Please sign in to comment.