Browse Source

Coutoire: Clean up dim support in cover block.

Allan Cole 5 years ago
parent
commit
2813a9d6d5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      coutoire/style-editor.css

+ 6 - 0
coutoire/style-editor.css

@@ -593,6 +593,12 @@ object {
 	/* Treating H2 separately to account for legacy /core styles */
 }
 
+.wp-block-cover.has-background-dim,
+.wp-block-cover-image.has-background-dim {
+	background-color: #444444;
+	color: #FFFFFF;
+}
+
 .wp-block-cover .wp-block-cover__inner-container,
 .wp-block-cover .wp-block-cover-image-text,
 .wp-block-cover .wp-block-cover-text,