updated theme Twenty Nineteen
version 3.1
This commit is contained in:
@ -990,6 +990,11 @@ figcaption,
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
/** === Audio === */
|
||||
.wp-block-audio audio {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/** === Button === */
|
||||
.wp-block-buttons {
|
||||
line-height: 1.2;
|
||||
@ -1027,6 +1032,16 @@ figcaption,
|
||||
color: #0073aa;
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*="font-weight"] .wp-block-button__link,
|
||||
.wp-block-button[style*="font-weight"] .wp-block-button__link {
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link,
|
||||
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
|
||||
text-decoration: inherit;
|
||||
}
|
||||
|
||||
.wp-block-search .wp-block-search__button {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
font-size: 0.88889em;
|
||||
@ -1366,6 +1381,11 @@ ul.wp-block-archives li ul,
|
||||
margin-bottom: -0.75rem;
|
||||
}
|
||||
|
||||
.wp-block[data-align="center"] > .wp-block-archives,
|
||||
.wp-block[data-align="center"] > .wp-block-categories {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/** === Latest Posts === */
|
||||
.wp-block-latest-posts .wp-block-latest-posts__post-date {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
|
Reference in New Issue
Block a user