Browse Source

Alves: Recompiling styles against varia.

Allan Cole 5 years ago
parent
commit
bf79801da5
3 changed files with 21 additions and 3 deletions
  1. 7 1
      alves/style-editor.css
  2. 7 1
      alves/style-rtl.css
  3. 7 1
      alves/style.css

+ 7 - 1
alves/style-editor.css

@@ -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 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;
 }
 

+ 7 - 1
alves/style-rtl.css

@@ -2453,7 +2453,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 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;
 }
 

+ 7 - 1
alves/style.css

@@ -2458,7 +2458,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 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;
 }