make links black on hover
This commit is contained in:
parent
aa3e2d9365
commit
1bb48817de
@ -387,15 +387,12 @@
|
|||||||
},
|
},
|
||||||
":visited": {
|
":visited": {
|
||||||
"color": {
|
"color": {
|
||||||
"text": "var(--wp--preset--color--washed-green)"
|
"text": "var(--wp--preset--color--main-purple)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
":hover": {
|
":hover": {
|
||||||
"typography": {
|
"typography": {
|
||||||
"textDecoration": "underline"
|
"textDecoration": "underline"
|
||||||
},
|
|
||||||
"color": {
|
|
||||||
"text": "var(--wp--preset--color--washed-green)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user