|
@@ -418,24 +418,38 @@ ul ul {
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
|
+.wp-block-table.is-style-stripes th,
|
|
|
.wp-block-table th {
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
|
+.wp-block-table.is-style-stripes tbody td,
|
|
|
.wp-block-table tbody td {
|
|
|
border-bottom-width: 0;
|
|
|
border-top-width: 0;
|
|
|
vertical-align: top;
|
|
|
+ border-color: var(--wp--preset--color--primary);
|
|
|
}
|
|
|
|
|
|
+.wp-block-table.is-style-stripes tr:first-child td,
|
|
|
.wp-block-table tr:first-child td {
|
|
|
border-top-width: 1px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-table.is-style-stripes tr:last-child td,
|
|
|
.wp-block-table tr:last-child td {
|
|
|
border-bottom-width: 1px;
|
|
|
}
|
|
|
|
|
|
+.wp-block-table.is-style-stripes figcaption,
|
|
|
+.wp-block-table figcaption {
|
|
|
+ color: var(--wp--preset--color--primary);
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
|
+ background-color: var(--wp--preset--color--secondary);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote.is-style-solid-color {
|
|
|
padding: var(--wp--custom--margin--horizontal);
|
|
|
}
|