editor-blocks.css 357 B

12345678910111213141516171819202122
  1. a {
  2. box-shadow: 0 1px 0 0 currentColor;
  3. color: #404040;
  4. text-decoration: none;
  5. transition: 0.2s;
  6. }
  7. /* Quote */
  8. .wp-block-quote:not(.is-large):not(.is-style-large) {
  9. border: 0;
  10. }
  11. /* Pullquote */
  12. .wp-block-pullquote {
  13. border: 0;
  14. }
  15. .wp-block-pullquote .wp-block-pullquote__citation {
  16. font-size: inherit;
  17. font-style: italic;
  18. text-transform: none;
  19. }