浏览代码

Rainfall: Update quote styles (#6495)

* Fix default border

* Tweak quote font styles

* Add cite element styles
Sarah Norris 2 年之前
父节点
当前提交
15415491d1
共有 1 个文件被更改,包括 12 次插入1 次删除
  1. 12 1
      rainfall/theme.json

+ 12 - 1
rainfall/theme.json

@@ -232,7 +232,16 @@
 				"border": {
 				"border": {
 					"color": "var(--wp--preset--color--orange)",
 					"color": "var(--wp--preset--color--orange)",
 					"style": "solid",
 					"style": "solid",
-					"width": "2px"
+					"width": "0 0 0 2px"
+				},
+				"elements": {
+					"cite": {
+						"typography": {
+							"fontWeight": 400,
+							"fontSize": "var(--wp--preset--font-size--small)",
+							"fontStyle": "normal"
+						}
+					}
 				},
 				},
 				"spacing": {
 				"spacing": {
 					"padding": {
 					"padding": {
@@ -240,7 +249,9 @@
 					}
 					}
 				},
 				},
 				"typography": {
 				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)",
 					"fontWeight": "bold",
 					"fontWeight": "bold",
+					"lineHeight": "1.3",
 					"textTransform": "uppercase"
 					"textTransform": "uppercase"
 				}
 				}
 			},
 			},