소스 검색

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": {