25 lines
439 B
JSON
25 lines
439 B
JSON
{
|
|
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
|
"version": 3,
|
|
"slug": "section-2",
|
|
"title": "Style 2",
|
|
"blockTypes": [
|
|
"core/group",
|
|
"core/columns",
|
|
"core/column"
|
|
],
|
|
"styles": {
|
|
"color": {
|
|
"background": "var:preset|color|accent-2",
|
|
"text": "var:preset|color|contrast"
|
|
},
|
|
"blocks": {
|
|
"core/separator": {
|
|
"color": {
|
|
"text": "color-mix(in srgb, currentColor 25%, transparent)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|