Compare commits
6 Commits
c8ad4ebee7
...
af48743b5b
Author | SHA1 | Date | |
---|---|---|---|
af48743b5b | |||
9c3d19d599 | |||
12e7f6a174 | |||
9477b07c24 | |||
9d644a21f5 | |||
23d28b83df |
File diff suppressed because one or more lines are too long
28
theme.json
28
theme.json
@ -5,8 +5,8 @@
|
|||||||
"useRootPaddingAwareAlignments": true,
|
"useRootPaddingAwareAlignments": true,
|
||||||
"appearanceTools": true,
|
"appearanceTools": true,
|
||||||
"layout": {
|
"layout": {
|
||||||
"contentSize": "1198",
|
"contentSize": "1198px",
|
||||||
"wideSize": "1368"
|
"wideSize": "1368px"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
"defaultPalette": false,
|
"defaultPalette": false,
|
||||||
@ -32,15 +32,30 @@
|
|||||||
"color": "#D0A7C0",
|
"color": "#D0A7C0",
|
||||||
"name": "Washed Purple"
|
"name": "Washed Purple"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"slug": "light-purple",
|
||||||
|
"color": "#E8BFE2",
|
||||||
|
"name": "Light Purple"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"slug": "main-green",
|
"slug": "main-green",
|
||||||
"color": "#008D62",
|
"color": "#008D62",
|
||||||
"name": "Main Green"
|
"name": "Main Green"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"slug": "dark-green",
|
||||||
|
"color": "#006949",
|
||||||
|
"name": "Dark Green"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"slug": "washed-green",
|
"slug": "washed-green",
|
||||||
"color": "#A1D7D2",
|
"color": "#A1D7D2",
|
||||||
"name": "Washed Green"
|
"name": "Washed Green"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"slug": "light-green",
|
||||||
|
"color": "#D1F2EF",
|
||||||
|
"name": "Light Green"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -284,8 +299,8 @@
|
|||||||
"padding": {
|
"padding": {
|
||||||
"top": "1em",
|
"top": "1em",
|
||||||
"bottom": "1em",
|
"bottom": "1em",
|
||||||
"right": "2em",
|
"right": "2.5em",
|
||||||
"left": "2em"
|
"left": "2.5em"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"border": {
|
"border": {
|
||||||
@ -297,7 +312,8 @@
|
|||||||
"typography": {
|
"typography": {
|
||||||
"fontSize": "var(--wp--preset--font-size--small)",
|
"fontSize": "var(--wp--preset--font-size--small)",
|
||||||
"fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)",
|
"fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)",
|
||||||
"fontWeight": "700"
|
"fontWeight": "700",
|
||||||
|
"letterSpacing": "0.64px"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"core/separator": {
|
"core/separator": {
|
||||||
|
Reference in New Issue
Block a user