Sfoglia il codice sorgente

Add link styles for post-terms (#7058)

Sarah Norris 2 anni fa
parent
commit
82ed5fa509
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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": {