浏览代码

Add link styles for post-terms (#7058)

Sarah Norris 2 年之前
父节点
当前提交
82ed5fa509
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      block-canvas/theme.json

+ 14 - 0
block-canvas/theme.json

@@ -192,6 +192,20 @@
 					}
 				}
 			},
+			"core/post-terms": {
+				"elements": {
+					"link": {
+						"typography": {
+							"textDecoration": "none"
+						},
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						}
+					}
+				}
+			},
 			"core/post-title": {
 				"spacing": {
 					"margin": {