|
@@ -900,6 +900,7 @@ p.wp-block-site-tagline {
|
|
|
|
|
|
.wp-block-table.is-style-stripes figcaption,
|
|
.wp-block-table.is-style-stripes figcaption,
|
|
.wp-block-table figcaption {
|
|
.wp-block-table figcaption {
|
|
|
|
+ color: var(--wp--preset--color--primary);
|
|
font-size: var(--wp--custom--table--figcaption--typography--font-size);
|
|
font-size: var(--wp--custom--table--figcaption--typography--font-size);
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -911,6 +912,10 @@ p.wp-block-site-tagline {
|
|
padding: calc(0.5*var(--wp--custom--gap--vertical)) calc(0.5*var(--wp--custom--gap--horizontal));
|
|
padding: calc(0.5*var(--wp--custom--gap--vertical)) calc(0.5*var(--wp--custom--gap--horizontal));
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
|
|
|
|
+ background-color: var(--wp--preset--color--tertiary);
|
|
|
|
+}
|
|
|
|
+
|
|
.wp-block-video figcaption {
|
|
.wp-block-video figcaption {
|
|
margin: var(--wp--custom--video--caption--margin);
|
|
margin: var(--wp--custom--video--caption--margin);
|
|
text-align: var(--wp--custom--video--caption--text-align);
|
|
text-align: var(--wp--custom--video--caption--text-align);
|