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

Commit

Permalink
Fix quote text color and border color.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfra committed Oct 30, 2024
1 parent bbc2e87 commit 87117f4
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
3 changes: 0 additions & 3 deletions styles/07-sunrise.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,6 @@
"fontWeight": "600",
"letterSpacing": "-0.24px"
},
"border": {
"color": "var:preset|color|accent-2"
},
"elements": {
"cite": {
"typography": {
Expand Down
3 changes: 0 additions & 3 deletions styles/colors/07-sunrise.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
"color": {
"text": "var:preset|color|accent-2"
},
"border": {
"color": "var:preset|color|accent-2"
},
"elements": {
"cite": {
"color": {
Expand Down
5 changes: 5 additions & 0 deletions styles/sections/section-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
}
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions styles/sections/section-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
}
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions styles/sections/section-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
}
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions styles/sections/section-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
}
}
},
"elements": {
Expand Down
5 changes: 5 additions & 0 deletions styles/sections/section-5.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@
}
}
}
},
"core/quote": {
"color": {
"text": "currentColor"
}
}
},
"elements": {
Expand Down
2 changes: 1 addition & 1 deletion theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"border": {
"style": "solid",
"width": "0 0 0 2px",
"color": "var:preset|color|contrast"
"color": "currentColor"
},
"spacing": {
"blockGap": "var:preset|spacing|30",
Expand Down

0 comments on commit 87117f4

Please sign in to comment.