Skip to content

Commit

Permalink
feat(YALB-488): add :visited, :visited:hover, visited-light, visited-…
Browse files Browse the repository at this point in the history
…light-hover colors
  • Loading branch information
joetower committed Dec 5, 2023
1 parent 275099f commit 676bdab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tokens/atoms/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ color:
value: "{color.blue.medium}"
hover:
value: "{color.gray.700}"
visited:
base:
value: "{color.purple.visited.value}"
hover:
value: "{color.purple.visited-hover.value}"
light:
value: "{color.purple.visited-light.value}"
light-hover:
value: "{color.purple.visited-light-hover.value}"
theme:
gray-800:
base:
Expand Down
18 changes: 18 additions & 0 deletions tokens/figma-export/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,24 @@
"value": "#444C57",
"type": "color"
}
},
"purple": {
"visited": {
"value": "#4C2C92",
"type": "color"
},
"visited-hover": {
"value": "#6438C3",
"type": "color"
},
"visited-light": {
"value": "#DDD1F8",
"type": "color"
},
"visited-light-hover": {
"value": "#D4C3F9",
"type": "color"
}
}
},
"fontFamilies": {
Expand Down

0 comments on commit 676bdab

Please sign in to comment.