소스 검색

fix cover font color

Andres Blanco 4 년 전
부모
커밋
a64570bf68
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
 2.0 General Block Settings
 --------------------------------------------------------------*/
 --------------------------------------------------------------*/

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

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