Skip to content

Commit

Permalink
Merge pull request #81 from yalesites-org/YALB-488-visited-links
Browse files Browse the repository at this point in the history
YALB-488 - Links: Visited Link Styles
  • Loading branch information
joetower authored Dec 5, 2023
2 parents 275099f + 676bdab commit 5881ecf
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 5881ecf

Please sign in to comment.