Browse Source

Rainfall: Reorder theme.json

Alex Lende 3 years ago
parent
commit
739e691a6c
1 changed files with 8 additions and 8 deletions
  1. 8 8
      rainfall/theme.json

+ 8 - 8
rainfall/theme.json

@@ -129,15 +129,15 @@
 				}
 				}
 			},
 			},
 			"core/post-title": {
 			"core/post-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--xx-large)"
-				},
 				"elements": {
 				"elements": {
 					"link": {
 					"link": {
 						"typography": {
 						"typography": {
 							"textDecoration": "none"
 							"textDecoration": "none"
 						}
 						}
 					}
 					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xx-large)"
 				}
 				}
 			},
 			},
 			"core/query-pagination": {
 			"core/query-pagination": {
@@ -176,13 +176,13 @@
 			"core/site-title": {
 			"core/site-title": {
 				"elements": {
 				"elements": {
 					"link": {
 					"link": {
-						"typography": {
-							"textDecoration": "none"
-						},
 						"color": {
 						"color": {
 							"text": {
 							"text": {
 								"ref": "styles.color.text"
 								"ref": "styles.color.text"
 							}
 							}
+						},
+						"typography": {
+							"textDecoration": "none"
 						}
 						}
 					}
 					}
 				},
 				},
@@ -226,8 +226,8 @@
 					}
 					}
 				},
 				},
 				"typography": {
 				"typography": {
-					"textTransform": "uppercase",
-					"fontWeight": "700"
+					"fontWeight": "700",
+					"textTransform": "uppercase"
 				}
 				}
 			},
 			},
 			"h1": {
 			"h1": {