|
@@ -347,7 +347,49 @@ p.has-drop-cap:not(:focus):first-letter {
|
|
|
margin: var(--wp--custom--paragraph--dropcap--margin);
|
|
|
}
|
|
|
|
|
|
-.wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
|
|
|
+.wp-block-pullquote.is-style-solid-color,
|
|
|
+.wp-block-pullquote {
|
|
|
+ text-align: var(--wp--custom--pullquote--typography--text-align);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote.is-style-solid-color blockquote,
|
|
|
+.wp-block-pullquote blockquote {
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote.is-style-solid-color blockquote p,
|
|
|
+.wp-block-pullquote blockquote p {
|
|
|
+ font-size: 1em;
|
|
|
+ padding: 0;
|
|
|
+ margin: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
|
|
|
+.wp-block-pullquote.is-style-solid-color blockquote cite,
|
|
|
+.wp-block-pullquote blockquote .wp-block-pullquote__citation,
|
|
|
+.wp-block-pullquote blockquote cite {
|
|
|
+ display: block;
|
|
|
+ font-size: var(--wp--custom--pullquote--citation--typography--font-size);
|
|
|
+ font-style: var(--wp--custom--pullquote--citation--typography--font-style);
|
|
|
+ margin-top: var(--wp--custom--margin--vertical);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
|
|
|
+.wp-block-pullquote.is-style-solid-color {
|
|
|
+ background-color: var(--wp--custom--color--foreground);
|
|
|
+ color: var(--wp--custom--color--background);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.is-style-large p,
|
|
|
+.wp-block-quote p {
|
|
|
+ font-style: unset;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-quote.is-style-large .wp-block-quote__citation,
|
|
|
+.wp-block-quote.is-style-large cite,
|
|
|
+.wp-block-quote .wp-block-quote__citation,
|
|
|
+.wp-block-quote cite {
|
|
|
font-size: var(--wp--custom--quote--citation--typography--font-size);
|
|
|
font-style: var(--wp--custom--quote--citation--typography--font-style);
|
|
|
}
|