|
@@ -1015,6 +1015,12 @@ table th,
|
|
|
padding: calc( 0.5 * 16px);
|
|
|
}
|
|
|
|
|
|
+table.is-style-stripes tbody tr:nth-child(odd),
|
|
|
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
|
+ background-color: #4b5263;
|
|
|
+ color: #f2f2f2;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Editor Post Title
|
|
|
* - Needs a special styles
|
|
@@ -1054,12 +1060,12 @@ table th,
|
|
|
color: #8F8F8F;
|
|
|
}
|
|
|
|
|
|
-.wp-block .has-foreground-light-color,
|
|
|
+.wp-block .has-background-light-color,
|
|
|
.has-background-light-color {
|
|
|
color: #0d1f55;
|
|
|
}
|
|
|
|
|
|
-.wp-block .has-foreground-dark-color,
|
|
|
+.wp-block .has-background-dark-color,
|
|
|
.has-background-dark-color {
|
|
|
color: #030713;
|
|
|
}
|
|
@@ -1100,12 +1106,12 @@ table th,
|
|
|
background-color: #8F8F8F;
|
|
|
}
|
|
|
|
|
|
-.wp-block .has-foreground-light-background-color,
|
|
|
+.wp-block .has-background-light-background-color,
|
|
|
.has-background-light-background-color {
|
|
|
background-color: #0d1f55;
|
|
|
}
|
|
|
|
|
|
-.wp-block .has-foreground-dark-background-color,
|
|
|
+.wp-block .has-background-dark-background-color,
|
|
|
.has-background-dark-background-color {
|
|
|
background-color: #030713;
|
|
|
}
|
|
@@ -1362,3 +1368,7 @@ table th,
|
|
|
.wp-block-a8c-blog-posts + .button {
|
|
|
font-size: 1em;
|
|
|
}
|
|
|
+
|
|
|
+.wp-block-table .has-background[class*="has-subtle"] {
|
|
|
+ color: #060f29;
|
|
|
+}
|