|
@@ -1083,7 +1083,13 @@ table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
|
|
|
.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
|
|
.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
|
|
.has-background a:not(.wp-block-button__link),
|
|
.has-background a:not(.wp-block-button__link),
|
|
-.has-background p, .has-background h1, .has-background h2, .has-background h3, .has-background h4, .has-background h5, .has-background h6 {
|
|
|
|
|
|
+.has-background p:not(.has-text-color),
|
|
|
|
+.has-background h1:not(.has-text-color),
|
|
|
|
+.has-background h2:not(.has-text-color),
|
|
|
|
+.has-background h3:not(.has-text-color),
|
|
|
|
+.has-background h4:not(.has-text-color),
|
|
|
|
+.has-background h5:not(.has-text-color),
|
|
|
|
+.has-background h6:not(.has-text-color) {
|
|
color: currentColor;
|
|
color: currentColor;
|
|
}
|
|
}
|
|
|
|
|