define default text and bg colors
This commit is contained in:
parent
ca1d1b108f
commit
1fdbbd5dcd
11
theme.json
11
theme.json
@ -9,6 +9,8 @@
|
|||||||
"wideSize": "1368"
|
"wideSize": "1368"
|
||||||
},
|
},
|
||||||
"color": {
|
"color": {
|
||||||
|
"defaultPalette": false,
|
||||||
|
"defaultGradients": false,
|
||||||
"palette": [
|
"palette": [
|
||||||
{
|
{
|
||||||
"slug": "background",
|
"slug": "background",
|
||||||
@ -175,7 +177,8 @@
|
|||||||
},
|
},
|
||||||
"styles": {
|
"styles": {
|
||||||
"color": {
|
"color": {
|
||||||
"background": "var(--wp--preset--color--background)"
|
"background": "var(--wp--preset--color--background)",
|
||||||
|
"text": "var(--wp--preset--color--contrast)",
|
||||||
},
|
},
|
||||||
"typography": {
|
"typography": {
|
||||||
"fontFamily": "Inter"
|
"fontFamily": "Inter"
|
||||||
@ -203,16 +206,16 @@
|
|||||||
},
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--text)"
|
"text": "var(--wp--preset--color--main-green)"
|
||||||
},
|
},
|
||||||
":visited": {
|
":visited": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--text)"
|
"text": "var(--wp--preset--color--washed-green)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":hover": {
|
":hover": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--secondary)"
|
"text": "var(--wp--preset--color--washed-green)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user