themes-wordpress/libre-2/css/editor-blocks.css
2021-02-19 13:23:40 +00:00

22 lines
357 B
CSS

a {
box-shadow: 0 1px 0 0 currentColor;
color: #404040;
text-decoration: none;
transition: 0.2s;
}
/* Quote */
.wp-block-quote:not(.is-large):not(.is-style-large) {
border: 0;
}
/* Pullquote */
.wp-block-pullquote {
border: 0;
}
.wp-block-pullquote .wp-block-pullquote__citation {
font-size: inherit;
font-style: italic;
text-transform: none;
}