@@ -1,9 +1,5 @@
/* Center image block by default in the editor */
-.wp-block-image {
- text-align: center;
-}
-
.wp-block-image > div {
text-align: center;
}
@@ -1,4 +1,5 @@
.wp-block-image {
+ text-align: center;
figcaption {
color: #{map-deep-get($config-global, "color", "foreground", "light")};
@@ -397,10 +397,6 @@ object {
@@ -1423,6 +1423,10 @@ h6, .h6 {
line-height: 1.125;
+.wp-block-image {
+}
+
.wp-block-image figcaption {
color: #767676;
font-size: 0.69444rem;