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