|
@@ -118,6 +118,23 @@
|
|
|
"lineHeight": "1.1"
|
|
|
}
|
|
|
},
|
|
|
+ "core/post-comments": {
|
|
|
+ "elements": {
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "textTransform": "uppercase"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "top": "var(--wp--custom--spacing--small)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/post-navigation-link": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
@@ -125,6 +142,31 @@
|
|
|
"textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
+ "core/pullquote": {
|
|
|
+ "border": {
|
|
|
+ "width": "0"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "padding": {
|
|
|
+ "top": "var(--wp--custom--spacing--medium)",
|
|
|
+ "bottom": "var(--wp--custom--spacing--medium)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontWeight": "100",
|
|
|
+ "lineHeight": "1.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/quote": {
|
|
|
+ "border": {
|
|
|
+ "width": "1px"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/separator": {
|
|
|
+ "color": {
|
|
|
+ "background": "var(--wp--preset--color--foreground)"
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/site-title": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|