_quote.scss 362 B

12345678910111213
  1. .wp-block-quote.is-style-large,
  2. .wp-block-quote {
  3. p {
  4. font-style: unset;
  5. margin-top: 0px;
  6. }
  7. .wp-block-quote__citation, // For the editor
  8. cite {
  9. //See https://github.com/WordPress/gutenberg/issues/35735
  10. font-size: var(--wp--custom--quote--citation--typography--font-size);
  11. font-style: var(--wp--custom--quote--citation--typography--font-style);
  12. }
  13. }