style quote block
This commit is contained in:
parent
ae23aa4544
commit
b493e1bcf3
24
theme.json
24
theme.json
@ -540,6 +540,26 @@
|
||||
"fontSize": "var(--wp--preset--font-size--medium)",
|
||||
"lineHeight": "1.45"
|
||||
}
|
||||
},
|
||||
"core/quote": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--black)"
|
||||
},
|
||||
"css": ".wp-block-quote p {\n padding-left: 1em;\n border-left: 16px solid #54FF52;\n font-size: inherit;\n line-height: inherit;\n letter-spacing: inherit;\n}",
|
||||
"elements": {
|
||||
"link": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--black)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--instrument-sans-semicondensed)",
|
||||
"fontSize": "32px",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"lineHeight": "1.3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"css": "figcaption.wp-element-caption {\n width: fit-content;\n margin: 0;\n padding: 8px 12px;\n}",
|
||||
@ -561,6 +581,6 @@
|
||||
"fontFamily": "sans-serif"
|
||||
}
|
||||
},
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
"version": 2,
|
||||
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
|
||||
}
|
Loading…
Reference in New Issue
Block a user