Skip to content

Commit

Permalink
Theme.json: Set the border values for the comment form
Browse files Browse the repository at this point in the history
Fixes #147
  • Loading branch information
ryelle committed Aug 1, 2024
1 parent 357ff01 commit e8c2e50
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/wp-content/themes/wporg-parent-2021/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,19 @@
"slug": "heading-cta"
}
]
},
"blocks": {
"core/post-comments-form": {
"custom": {
"form": {
"border": {
"width": "1px",
"style": "solid",
"color": "var(--wp--preset--color--charcoal-5)"
}
}
}
}
}
},
"styles": {
Expand Down

0 comments on commit e8c2e50

Please sign in to comment.