Browse Source

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

Co-authored-by: Jason Crist <jcrist@pbking.com>
Matias Benedetto 3 years ago
parent
commit
2df6e7cee3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pendant/theme.json

+ 3 - 0
pendant/theme.json

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