|
@@ -297,8 +297,14 @@ p.has-text-color a {
|
|
padding: var(--wp--custom--navigation--submenu--padding);
|
|
padding: var(--wp--custom--navigation--submenu--padding);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-quote {
|
|
|
|
+ font-family: var(--wp--custom--quote--typography--font-family);
|
|
|
|
+ border-left: var(--wp--custom--quote--border--width) solid var(--wp--custom--quote--border--color);
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
|
|
.wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
|
|
- font-size: var(--wp--preset--font-size--small);
|
|
|
|
|
|
+ font-size: var(--wp--custom--quote--citation--typography--font-size);
|
|
|
|
+ font-style: var(--wp--custom--quote--citation--typography--font-style);
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-group.has-background .wp-block-group__inner-container {
|
|
.wp-block-group.has-background .wp-block-group__inner-container {
|