Преглед на файлове

Merge pull request #4217 from Automattic/fix/IP2-cover-font-color

IP2: fix cover font color on light background
Andrés Blanco преди 4 години
родител
ревизия
d1fa9553cc
променени са 2 файла, в които са добавени 8 реда и са изтрити 0 реда
  1. 4 0
      independent-publisher-2/css/editor-blocks.css
  2. 4 0
      independent-publisher-2/style.css

+ 4 - 0
independent-publisher-2/css/editor-blocks.css

@@ -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
 --------------------------------------------------------------*/

+ 4 - 0
independent-publisher-2/style.css

@@ -628,6 +628,10 @@ td {
 	word-break: break-word;
 }
 
+.wp-block-cover.has-white-background-color .wp-block-cover__inner-container {
+	color: #383838;
+}
+
 /*--------------------------------------------------------------
 3.0 - Forms
 --------------------------------------------------------------*/