|
@@ -641,7 +641,6 @@ object {
|
|
min-height: 480px;
|
|
min-height: 480px;
|
|
margin-top: inherit;
|
|
margin-top: inherit;
|
|
margin-bottom: inherit;
|
|
margin-bottom: inherit;
|
|
- /* default & custom background-color */
|
|
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
/* Treating H2 separately to account for legacy /core styles */
|
|
}
|
|
}
|
|
|
|
|
|
@@ -651,15 +650,15 @@ object {
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
|
|
|
|
-.wp-block-cover:not([class*='background-color']) .block-editor-block-list__block,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text,
|
|
|
|
-.wp-block-cover-image:not([class*='background-color']) .block-editor-block-list__block {
|
|
|
|
- color: white;
|
|
|
|
|
|
+.wp-block-cover .wp-block-cover__inner-container,
|
|
|
|
+.wp-block-cover .wp-block-cover-image-text,
|
|
|
|
+.wp-block-cover .wp-block-cover-text,
|
|
|
|
+.wp-block-cover .block-editor-block-list__block,
|
|
|
|
+.wp-block-cover-image .wp-block-cover__inner-container,
|
|
|
|
+.wp-block-cover-image .wp-block-cover-image-text,
|
|
|
|
+.wp-block-cover-image .wp-block-cover-text,
|
|
|
|
+.wp-block-cover-image .block-editor-block-list__block {
|
|
|
|
+ color: currentColor;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-cover h2,
|
|
.wp-block-cover h2,
|
|
@@ -1154,6 +1153,7 @@ pre.wp-block-verse {
|
|
.has-primary-background-color,
|
|
.has-primary-background-color,
|
|
.has-primary-background-color.has-background-dim {
|
|
.has-primary-background-color.has-background-dim {
|
|
background-color: blue;
|
|
background-color: blue;
|
|
|
|
+ color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.has-primary-background-color:not(.has-text-color),
|
|
.has-primary-background-color:not(.has-text-color),
|
|
@@ -1226,6 +1226,7 @@ pre.wp-block-verse {
|
|
.has-background-background-color,
|
|
.has-background-background-color,
|
|
.has-background-background-color.has-background-dim {
|
|
.has-background-background-color.has-background-dim {
|
|
background-color: white;
|
|
background-color: white;
|
|
|
|
+ color: #444444;
|
|
}
|
|
}
|
|
|
|
|
|
.has-background-background-color:not(.has-text-color),
|
|
.has-background-background-color:not(.has-text-color),
|