Skip to content

Commit

Permalink
Fix: Visited link colour on bold,strong,dark palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
danQGDS committed Dec 17, 2024
1 parent 293de42 commit a42da97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tokens/qld-default-palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,7 @@
},
"visited": {
"color": {
"value": "{color.americanViolet.500}",
"value": "{color.americanViolet.100}",
"type": "color"
},
"textDecorationColor": {
Expand Down Expand Up @@ -1597,7 +1597,7 @@
"type": "color"
},
"text": {
"value": "{color.americanViolet.500}",
"value": "{color.americanViolet.100}",
"type": "color"
},
"border": {
Expand Down Expand Up @@ -1929,7 +1929,7 @@
},
"visited": {
"color": {
"value": "{color.americanViolet.500}",
"value": "{color.americanViolet.100}",
"type": "color"
},
"textDecorationColor": {
Expand Down Expand Up @@ -1999,7 +1999,7 @@
"type": "color"
},
"text": {
"value": "{color.americanViolet.500}",
"value": "{color.americanViolet.100}",
"type": "color"
},
"border": {
Expand Down Expand Up @@ -2331,7 +2331,7 @@
},
"visited": {
"color": {
"value": "{color.americanViolet.500}",
"value": "{color.americanViolet.100}",
"type": "color"
},
"textDecorationColor": {
Expand Down Expand Up @@ -2401,7 +2401,7 @@
"type": "color"
},
"text": {
"value": "{color.americanViolet.500}",
"value": "{color.americanViolet.100}",
"type": "color"
},
"border": {
Expand Down

0 comments on commit a42da97

Please sign in to comment.