@wordpress/block-library
Version:
Block library for the WordPress editor.
15 lines (13 loc) • 329 B
CSS
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 32px;
}
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
text-transform: none;
font-style: normal;
}
.wp-block-pullquote__citation {
color: inherit;
}
.wp-block-pullquote[style*=line-height] :where(p) {
line-height: inherit;
}