浏览代码

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

Co-authored-by: Jason Crist <jcrist@pbking.com>
Matias Benedetto 3 年之前
父节点
当前提交
2df6e7cee3
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pendant/theme.json

+ 3 - 0
pendant/theme.json

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