Varia: migrate sass/blocks/table
This commit is contained in:
parent
7bcba055f9
commit
178a6f0e40
5 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -677,6 +677,7 @@ hr {
|
|||
table th,
|
||||
.wp-block-table th {
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
}
|
||||
|
||||
table td,
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1972,6 +1972,7 @@ table,
|
|||
table th,
|
||||
.wp-block-table th {
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-headings, sans-serif);
|
||||
}
|
||||
|
||||
table td,
|
||||
|
|
Loading…
Reference in a new issue