Varia: migrate sass/blocks/table

This commit is contained in:
Andrés 2019-09-25 16:30:01 +02:00
parent 7bcba055f9
commit 178a6f0e40
5 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,7 @@ table,
th {
font-family: #{map-deep-get($config-heading, "font", "family")};
font-family: var( --font-headings, #{map-deep-get($config-heading, "font", "family")} );
}
td,

View file

@ -6,6 +6,7 @@ table,
th {
font-family: #{map-deep-get($config-heading, "font", "family")};
font-family: var( --font-headings, #{map-deep-get($config-heading, "font", "family")} );
}
td,

View file

@ -677,6 +677,7 @@ hr {
table th,
.wp-block-table th {
font-family: sans-serif;
font-family: var(--font-headings, sans-serif);
}
table td,

View file

@ -1839,6 +1839,7 @@ p.has-background {
.wp-block-quote p {
font-family: sans-serif;
font-family: var(--font-headings, sans-serif);
font-size: 1.728rem;
letter-spacing: normal;
line-height: 1.125;

View file

@ -1972,6 +1972,7 @@ table,
table th,
.wp-block-table th {
font-family: sans-serif;
font-family: var(--font-headings, sans-serif);
}
table td,