浏览代码

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