set default link color to green

This commit is contained in:
Aadil Ayub 2023-08-25 19:40:05 +05:00
parent 0c7c22c54c
commit 0274667f69

@ -194,6 +194,11 @@
"color": { "color": {
"text": "var(--wp--preset--color--secondary)" "text": "var(--wp--preset--color--secondary)"
} }
},
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
} }
} }
}, },