|
@@ -223,8 +223,7 @@
|
|
"text": "var(--wp--preset--color--primary)"
|
|
"text": "var(--wp--preset--color--primary)"
|
|
},
|
|
},
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "var(--wp--preset--font-size--small)",
|
|
|
|
- "textDecoration": "underline"
|
|
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/comments-title": {
|
|
"core/comments-title": {
|
|
@@ -234,13 +233,15 @@
|
|
},
|
|
},
|
|
"core/comment-content": {
|
|
"core/comment-content": {
|
|
"typography": {
|
|
"typography": {
|
|
- "fontSize": "1.125rem",
|
|
|
|
- "lineHeight": "1.6"
|
|
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"core/post-comments-form": {
|
|
"core/post-comments-form": {
|
|
"elements": {
|
|
"elements": {
|
|
"button": {
|
|
"button": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
|
+ },
|
|
"color":{
|
|
"color":{
|
|
"background": "var(--wp--preset--color--background)",
|
|
"background": "var(--wp--preset--color--background)",
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
@@ -380,6 +381,28 @@
|
|
"textTransform": "uppercase"
|
|
"textTransform": "uppercase"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "core/query-pagination": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
|
+ },
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ },
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":active": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline dashed"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"core/search": {
|
|
"core/search": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
@@ -431,6 +454,29 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "core/post-navigation-link": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)",
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ },
|
|
|
|
+ "elements": {
|
|
|
|
+ "link": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "none"
|
|
|
|
+ },
|
|
|
|
+ ":hover": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ ":active": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "textDecoration": "underline dashed"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"core/post-template": {
|
|
"core/post-template": {
|
|
"spacing": {
|
|
"spacing": {
|
|
"blockGap": "0px"
|
|
"blockGap": "0px"
|
|
@@ -504,13 +550,15 @@
|
|
"h1": {
|
|
"h1": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "clamp(3.75rem, calc(3.75rem + ((1vw - 0.48rem) * 8.4135)), 8.125rem)",
|
|
"fontSize": "clamp(3.75rem, calc(3.75rem + ((1vw - 0.48rem) * 8.4135)), 8.125rem)",
|
|
- "fontWeight": "400"
|
|
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "lineHeight": "1em"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h2": {
|
|
"h2": {
|
|
"typography": {
|
|
"typography": {
|
|
"fontSize": "clamp(2.5rem, calc(2.5rem + ((1vw - 0.48rem) * 8.4135)), 6.875rem)",
|
|
"fontSize": "clamp(2.5rem, calc(2.5rem + ((1vw - 0.48rem) * 8.4135)), 6.875rem)",
|
|
- "fontWeight": "400"
|
|
|
|
|
|
+ "fontWeight": "400",
|
|
|
|
+ "lineHeight": "1em"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h3": {
|
|
"h3": {
|