Alves: Improve table block support.

This commit is contained in:
Allan Cole 2020-06-11 16:31:19 -04:00 committed by GitHub
parent d8754dbb34
commit 17f7aad9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2324,6 +2324,12 @@ table th,
word-break: break-all;
}
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;
}
.wp-block-video figcaption {
color: #4d6974;
font-size: 0.86806rem;