Browse Source

Rivington: Recompiling styles against varia.

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

+ 7 - 5
rivington/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: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;
 }
 }
 
 
@@ -1374,7 +1380,3 @@ table.is-style-stripes tbody tr:nth-child(odd),
 .wp-block-a8c-blog-posts + .button {
 .wp-block-a8c-blog-posts + .button {
 	font-size: 1em;
 	font-size: 1em;
 }
 }
-
-.wp-block-table .has-background[class*="has-subtle"] {
-	color: #060f29;
-}

+ 7 - 5
rivington/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: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;
 }
 }
 
 
@@ -4291,10 +4297,6 @@ p:not(.site-title) a:hover {
 	text-decoration: underline;
 	text-decoration: underline;
 }
 }
 
 
-.wp-block-table .has-background[class*="has-subtle"] {
-	color: #060f29;
-}
-
 /**
 /**
  * Widgets
  * Widgets
  */
  */

+ 7 - 5
rivington/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: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;
 }
 }
 
 
@@ -4320,10 +4326,6 @@ p:not(.site-title) a:hover {
 	text-decoration: underline;
 	text-decoration: underline;
 }
 }
 
 
-.wp-block-table .has-background[class*="has-subtle"] {
-	color: #060f29;
-}
-
 /**
 /**
  * Widgets
  * Widgets
  */
  */