add link hover style

This commit is contained in:
Aadil Ayub 2024-05-13 15:05:12 +05:00
parent cf05c380ea
commit b08eece468

View File

@ -367,6 +367,9 @@
} }
}, },
":hover": { ":hover": {
"typography": {
"textDecoration": "underline"
},
"color": { "color": {
"text": "var(--wp--preset--color--washed-green)" "text": "var(--wp--preset--color--washed-green)"
} }