_quote.scss 302 B

123456789101112
  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. font-size: var(--wp--custom--quote--citation--typography--font-size);
  10. font-style: var(--wp--custom--quote--citation--typography--font-style);
  11. }
  12. }