Pendant: Removing default text decoration for link elements (#6178)

Co-authored-by: Jason Crist <jcrist@pbking.com>
This commit is contained in:
Matias Benedetto 2022-07-12 17:03:29 -03:00 committed by GitHub
parent 118c09c5d0
commit 2df6e7cee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,6 +347,9 @@
"link": {
"color": {
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"textDecoration": "none 0.02em"
}
}
},