updated theme Twenty Nineteen version 3.1

This commit is contained in:
2025-04-29 21:21:21 +00:00
committed by Gitium
parent 5dc2981470
commit 51f6d193dd
23 changed files with 408 additions and 337 deletions

View File

@ -381,6 +381,15 @@ figcaption,
}
}
/** === Audio === */
.wp-block-audio {
audio {
display: block;
}
}
/** === Button === */
.wp-block-buttons {
@ -425,6 +434,18 @@ figcaption,
}
}
.wp-block-buttons,
.wp-block-button {
&[style*="font-weight"] .wp-block-button__link {
font-weight: inherit;
}
&[style*="text-decoration"] .wp-block-button__link {
text-decoration: inherit;
}
}
.wp-block-search {
.wp-block-search__button {
@include font-family( $font__heading );
@ -756,6 +777,11 @@ ul.wp-block-archives,
}
.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 {