style post titles
This commit is contained in:
parent
ff2fdccf60
commit
c4b0512471
22
theme.json
22
theme.json
@ -604,6 +604,26 @@
|
|||||||
"lineHeight": "1.45"
|
"lineHeight": "1.45"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"core/post-title": {
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--black)"
|
||||||
|
},
|
||||||
|
"elements": {
|
||||||
|
"link": {
|
||||||
|
"color": {
|
||||||
|
"text": "var(--wp--preset--color--black)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"typography": {
|
||||||
|
"fontFamily": "var(--wp--preset--font-family--instrument-sans-condensed)",
|
||||||
|
"fontSize": "var(--wp--preset--font-size--huge)",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"fontWeight": "700",
|
||||||
|
"letterSpacing": "-1.12px",
|
||||||
|
"lineHeight": "1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"core/quote": {
|
"core/quote": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--black)"
|
"text": "var(--wp--preset--color--black)"
|
||||||
@ -625,7 +645,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"css": "figcaption.wp-element-caption {\n width: fit-content;\n margin: 0;\n padding: 8px 12px;\n}",
|
"css": "figcaption.wp-element-caption {\n width: fit-content;\n margin: 0;\n padding: 8px 12px;\n}\n\n.main-header-nav .wp-block-navigation-item {\n justify-content: center;\n border: 1px solid;\n flex-grow: 1;\n border-left: 0;\n padding-block: 0.5em\n}",
|
||||||
"elements": {
|
"elements": {
|
||||||
"caption": {
|
"caption": {
|
||||||
"color": {
|
"color": {
|
||||||
|
Loading…
Reference in New Issue
Block a user