Compare commits
2 Commits
fb2631cd03
...
c70743527a
Author | SHA1 | Date | |
---|---|---|---|
c70743527a | |||
cd2ffbd4e4 |
25
theme.json
25
theme.json
@ -48,6 +48,7 @@
|
|||||||
"fluid": true,
|
"fluid": true,
|
||||||
"lineHeight": true,
|
"lineHeight": true,
|
||||||
"textColumns": true,
|
"textColumns": true,
|
||||||
|
"defaultFontSizes": false,
|
||||||
"fontSizes": [
|
"fontSizes": [
|
||||||
{
|
{
|
||||||
"name": "Small",
|
"name": "Small",
|
||||||
@ -238,6 +239,30 @@
|
|||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--main-purple)"
|
"text": "var(--wp--preset--color--main-purple)"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"core/button": {
|
||||||
|
"color": {
|
||||||
|
"background": "#E8BFE2",
|
||||||
|
"text": "var(--wp--preset--color--contrast)"
|
||||||
|
},
|
||||||
|
"spacing": {
|
||||||
|
"padding": {
|
||||||
|
"top": "1em",
|
||||||
|
"bottom": "1em",
|
||||||
|
"right": "2em",
|
||||||
|
"left": "2em"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"border": {
|
||||||
|
"color": "#000",
|
||||||
|
"width": "1px",
|
||||||
|
"radius": "56px",
|
||||||
|
"style": "solid"
|
||||||
|
},
|
||||||
|
"typography": {
|
||||||
|
"fontSize": "var(--wp--preset--font-size--sm)",
|
||||||
|
"textTransform": "uppercase"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"elements": {
|
"elements": {
|
||||||
|
Reference in New Issue
Block a user