Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Update link colors for quote and pullquote in section styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Oct 30, 2024
1 parent e125502 commit 864a03b
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 0 deletions.
14 changes: 14 additions & 0 deletions styles/sections/section-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,25 @@
"core/pullquote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
}
}
Expand Down
14 changes: 14 additions & 0 deletions styles/sections/section-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,25 @@
"core/pullquote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
}
}
Expand Down
14 changes: 14 additions & 0 deletions styles/sections/section-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,25 @@
"core/pullquote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
}
}
Expand Down
14 changes: 14 additions & 0 deletions styles/sections/section-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,25 @@
"core/pullquote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
}
},
Expand Down
14 changes: 14 additions & 0 deletions styles/sections/section-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,25 @@
"core/pullquote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
},
"elements": {
"link": {
"color": {
"text": "currentColor"
}
}
}
}
},
Expand Down

0 comments on commit 864a03b

Please sign in to comment.