This reverts commit fa9df3945301fea6213bcad660bbbeedac31c900.
@@ -13,6 +13,7 @@
@import "heading/editor";
@import "gallery/editor";
@import "latest-posts/editor";
+@import "media-text/editor";
@import "pullquote/editor";
@import "quote/editor";
@import "separator/editor";
@@ -0,0 +1,8 @@
+.wp-block-media-text {
+
+ .block-editor-inner-blocks {
+ a {
+ color: currentColor;
+ }
+}
@@ -390,6 +390,10 @@ object {
padding-left: 0;
}
+.wp-block-media-text .block-editor-inner-blocks a {
.wp-block-pullquote {
padding: calc( 3 * 16px) 0;
margin-left: 0;