make links black on hover

This commit is contained in:
Aadil Ayub 2024-06-05 18:40:28 +05:00
parent aa3e2d9365
commit 1bb48817de

View File

@ -387,15 +387,12 @@
},
":visited": {
"color": {
"text": "var(--wp--preset--color--washed-green)"
"text": "var(--wp--preset--color--main-purple)"
}
},
":hover": {
"typography": {
"textDecoration": "underline"
},
"color": {
"text": "var(--wp--preset--color--washed-green)"
}
}
}