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" "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)"
} }
} }
} }