define default text and bg colors

This commit is contained in:
Aadil Ayub 2024-05-08 15:46:26 +05:00
parent ca1d1b108f
commit 1fdbbd5dcd
1 changed files with 7 additions and 4 deletions

View File

@ -9,6 +9,8 @@
"wideSize": "1368"
},
"color": {
"defaultPalette": false,
"defaultGradients": false,
"palette": [
{
"slug": "background",
@ -175,7 +177,8 @@
},
"styles": {
"color": {
"background": "var(--wp--preset--color--background)"
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--contrast)",
},
"typography": {
"fontFamily": "Inter"
@ -203,16 +206,16 @@
},
"link": {
"color": {
"text": "var(--wp--preset--color--text)"
"text": "var(--wp--preset--color--main-green)"
},
":visited": {
"color": {
"text": "var(--wp--preset--color--text)"
"text": "var(--wp--preset--color--washed-green)"
}
},
":hover": {
"color": {
"text": "var(--wp--preset--color--secondary)"
"text": "var(--wp--preset--color--washed-green)"
}
}
}