|
@@ -309,6 +309,33 @@ a {
|
|
|
margin: auto;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Pullquote
|
|
|
+ */
|
|
|
+
|
|
|
+
|
|
|
+.wp-block-pullquote blockquote {
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote p {
|
|
|
+ margin-block-start: var(--wp--custom--gap--vertical);
|
|
|
+ margin-block-end: var(--wp--custom--gap--vertical);
|
|
|
+ font-size: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote cite {
|
|
|
+ display: block;
|
|
|
+ margin-block-end: var(--wp--custom--gap--vertical);
|
|
|
+ font-style: normal;
|
|
|
+ font-size: var(--wp--preset--font-size--small);
|
|
|
+ font-weight: 400;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote cite::before {
|
|
|
+ content: "— ";
|
|
|
+}
|
|
|
+
|
|
|
|
|
|
/*
|
|
|
* Alignment styles, borrowed from Twenty Twenty-Two.
|