Browse Source

Rainfall: Remove underline from comment links

Sarah Norris 3 năm trước cách đây
mục cha
commit
4d4d3316bf
1 tập tin đã thay đổi với 18 bổ sung0 xóa
  1. 18 0
      rainfall/theme.json

+ 18 - 0
rainfall/theme.json

@@ -104,6 +104,24 @@
 					"textTransform": "uppercase"
 				}
 			},
+			"core/comment-author-name": {
+				"elements": {
+					"link": {
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
+			"core/comment-date": {
+				"elements": {
+					"link": {
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				}
+			},
 			"core/post-comments-form": {
 				"elements": {
 					"button": {