|
@@ -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: #fcfbf9;
|
|
|
+ color: #394d55;
|
|
|
+}
|
|
|
+
|
|
|
/**
|
|
|
* Editor Post Title
|
|
|
* - Needs a special styles
|