Compare commits

..

No commits in common. "b3af26c3fc1e091dfd0cfaa7265b991218e7849d" and "ae23aa4544e45cbe93e96ec92a54baf85074c775" have entirely different histories.

View File

@ -531,17 +531,6 @@
"lineHeight": "1.0"
}
},
"core/list": {
"color": {
"text": "var(--wp--preset--color--black)"
},
"css": "list-style-type: square;",
"typography": {
"fontFamily": "var(--wp--preset--font-family--instrument-sans)",
"fontSize": "var(--wp--preset--font-size--medium)",
"lineHeight": "1.45"
}
},
"core/paragraph": {
"color": {
"text": "var(--wp--preset--color--black)"
@ -551,26 +540,6 @@
"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}",
@ -592,6 +561,6 @@
"fontFamily": "sans-serif"
}
},
"version": 2,
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json"
}