style quote block

This commit is contained in:
Aadil Ayub 2024-05-30 14:38:35 +05:00
parent ae23aa4544
commit b493e1bcf3

View File

@ -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"
}