tweak colors and styling
This commit is contained in:
parent
6d3b7a58a3
commit
f33342004c
23
theme.json
23
theme.json
@ -282,12 +282,12 @@
|
||||
"fontWeight": "400"
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--main-purple)"
|
||||
"text": "var(--wp--preset--color--contrast)"
|
||||
}
|
||||
},
|
||||
"core/heading": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--main-purple)"
|
||||
"text": "var(--wp--preset--color--contrast)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)",
|
||||
@ -302,7 +302,22 @@
|
||||
"variations": {
|
||||
"fill": {
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--main-purple)"
|
||||
"background": "var(--wp--preset--color--washed-green)",
|
||||
"text": "var(--wp--preset--color--contrast)"
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontFamily": "var(--wp--preset--font-family--atkinson-hyperlegible)",
|
||||
"fontWeight": "700",
|
||||
"letterSpacing": "0.64px"
|
||||
},
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"top": "1em",
|
||||
"bottom": "1em",
|
||||
"right": "2.5em",
|
||||
"left": "2.5em"
|
||||
}
|
||||
}
|
||||
},
|
||||
"outline": {
|
||||
@ -349,7 +364,7 @@
|
||||
"width": "0 0 3px 0"
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--main-purple)"
|
||||
"text": "var(--wp--preset--color--main-green)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user