|
@@ -463,6 +463,12 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "core/search": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--custom--button--typography--font-size)",
|
|
|
+ "lineHeight": "var(--wp--custom--body--typography--line-height)"
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/separator": {
|
|
|
"color": {
|
|
|
"text": "var(--wp--custom--color--foreground)"
|
|
@@ -473,24 +479,12 @@
|
|
|
"width": "0 0 1px 0"
|
|
|
}
|
|
|
},
|
|
|
- "core/site-title": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "fontWeight": 700
|
|
|
- }
|
|
|
- },
|
|
|
"core/quote": {
|
|
|
"border": {
|
|
|
"color": "var(--wp--custom--color--primary)",
|
|
|
"style": "solid",
|
|
|
"width": "0 0 0 1px"
|
|
|
},
|
|
|
- "citation": {
|
|
|
- "typography": {
|
|
|
- "fontSize": "var(--wp--custom--font-sizes--tiny)",
|
|
|
- "fontWeight": "400"
|
|
|
- }
|
|
|
- },
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
|
"left": "var(--wp--custom--gap--horizontal)"
|
|
@@ -500,6 +494,13 @@
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontStyle": "normal"
|
|
|
}
|
|
|
+ },
|
|
|
+ "core/site-title": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "fontWeight": "700",
|
|
|
+ "textDecoration": "none"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
@@ -598,7 +599,7 @@
|
|
|
}
|
|
|
},
|
|
|
"spacing": {
|
|
|
- "blockGap": "0.5em"
|
|
|
+ "blockGap": "1em"
|
|
|
},
|
|
|
"typography": {
|
|
|
"lineHeight": "var(--wp--custom--body--typography--line-height)",
|