* Club: adding quote styles * Club: adding a hyphen before quote cite element
@@ -172,6 +172,23 @@ a {
text-decoration: none;
}
+/*
+ * Quote
+ */
+.wp-block-quote p {
+ margin-bottom: 0
+}
+
+.wp-block-quote cite {
+ font-style: normal;
+ font-size: var(--wp--preset--font-size--small);
+.wp-block-quote cite::before {
+ content: "— ";
/*
* Alignment styles, borrowed from Twenty Twenty-Two.
* These rules are temporary, and should not be relied on or
@@ -345,9 +345,8 @@
},
"core/quote": {
"border": {
- "color": "var(--wp--preset--color--primary)",
"style": "solid",
- "width": "0 0 0 1px"
+ "width": "0"
"spacing": {
"padding": {
@@ -355,7 +354,7 @@
"typography": {
- "fontSize": "1.125rem",
+ "fontSize": "var(--wp--preset--font-size--large)",
"fontStyle": "normal"