Browse Source

Add foreground colors to style-editor.css

Kjell Reigstad 5 years ago
parent
commit
d7c7944379
1 changed files with 7 additions and 0 deletions
  1. 7 0
      rivington/style-editor.css

+ 7 - 0
rivington/style-editor.css

@@ -1101,36 +1101,43 @@ table.is-style-stripes tbody tr:nth-child(odd),
 .wp-block .has-secondary-background-color,
 .has-secondary-background-color {
 	background-color: #EE4266;
+	color: #060f29;
 }
 
 .wp-block .has-foreground-background-color,
 .has-foreground-background-color {
 	background-color: #f2f2f2;
+	color: #060f29;
 }
 
 .wp-block .has-foreground-light-background-color,
 .has-foreground-light-background-color {
 	background-color: white;
+	color: #060f29;
 }
 
 .wp-block .has-foreground-dark-background-color,
 .has-foreground-dark-background-color {
 	background-color: #8F8F8F;
+	color: #060f29;
 }
 
 .wp-block .has-background-light-background-color,
 .has-background-light-background-color {
 	background-color: #0d1f55;
+	color: #f2f2f2;
 }
 
 .wp-block .has-background-dark-background-color,
 .has-background-dark-background-color {
 	background-color: #030713;
+	color: #f2f2f2;
 }
 
 .wp-block .has-background-background-color,
 .has-background-background-color {
 	background-color: #060f29;
+	color: #f2f2f2;
 }
 
 .is-small-text,