@@ -376,14 +376,6 @@ p.has-drop-cap:not(:focus)::first-letter {
}
/* Latest Comments */
-
-.wp-block-latest-comments {
- margin-left: 0;
- margin-right: 0;
- padding-left: 0;
- padding-right: 0;
-}
.wp-block-latest-comments__comment a {
box-shadow: 0 1px 0 0 rgba(0,0,0,0);
@@ -0,0 +1,22 @@
+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 {
+.wp-block-pullquote .wp-block-pullquote__citation {
+ font-size: inherit;
+ font-style: italic;
+ text-transform: none;
@@ -92,6 +92,7 @@ if ( ! function_exists( 'libre_2_setup' ) ) :
array(
'style.css',
'/css/blocks.css',
+ '/css/editor-blocks.css',
libre_2_fonts_url(),
)
);