Compare commits
2 Commits
ae23aa4544
...
b3af26c3fc
Author | SHA1 | Date | |
---|---|---|---|
b3af26c3fc | |||
b493e1bcf3 |
35
theme.json
35
theme.json
@ -531,6 +531,17 @@
|
|||||||
"lineHeight": "1.0"
|
"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": {
|
"core/paragraph": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--black)"
|
"text": "var(--wp--preset--color--black)"
|
||||||
@ -540,6 +551,26 @@
|
|||||||
"fontSize": "var(--wp--preset--font-size--medium)",
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
||||||
"lineHeight": "1.45"
|
"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}",
|
"css": "figcaption.wp-element-caption {\n width: fit-content;\n margin: 0;\n padding: 8px 12px;\n}",
|
||||||
@ -561,6 +592,6 @@
|
|||||||
"fontFamily": "sans-serif"
|
"fontFamily": "sans-serif"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 2,
|
||||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
"$schema": "https://schemas.wp.org/wp/6.5/theme.json"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user