IP2: fix cover font color on light background
@@ -138,6 +138,10 @@ Description: Used to style Gutenberg Blocks in the editor.
}
+.wp-block-cover.has-white-background-color .wp-block-cover__inner-container {
+ color: #383838;
+}
+
/*--------------------------------------------------------------
2.0 General Block Settings
--------------------------------------------------------------*/
@@ -628,6 +628,10 @@ td {
word-break: break-word;
3.0 - Forms