@@ -67,14 +67,14 @@
"elements": {
"link": {
"color": {
- "text": "#000"
+ "text": "var(--wp--preset--color--black)"
},
"typography": {
"textDecoration": "underline"
":hover": {
- "text": "#636363"
+ "text": "var(--wp--preset--color--dark-grey)"
"textDecoration": "none"
@@ -82,7 +82,7 @@
":active": {
- "text": "#A43D00"
+ "text": "var(--wp--preset--color--brown)"
}