updated theme Twenty Nineteen version 2.8

This commit is contained in:
2024-04-19 11:01:22 +00:00
committed by Gitium
parent 7b5aaceef5
commit 7b83df998e
17 changed files with 409 additions and 365 deletions

View File

@ -379,10 +379,13 @@ figcaption,
/** === Button === */
.wp-block-buttons {
line-height: $font__line-height-heading;
}
.wp-block-button {
.wp-block-button__link {
line-height:inherit;
@include font-family( $font__heading );
font-size: $font__size-sm;
font-weight: bold;
@ -417,6 +420,24 @@ figcaption,
}
}
.wp-block-search {
.wp-block-search__button {
@include font-family( $font__heading );
font-size: $font__size-sm;
font-weight: bold;
border-radius: 5px;
&:not(.has-text-color) {
color: #fff;
}
&:not(.has-background-color) {
background: $color__background-button;
}
}
}
/** === Blockquote === */
.wp-block-quote {
@ -1021,3 +1042,10 @@ $group-block-background__padding: $font__size_base;
width: 100%;
}
}
/** === Post Author Block === */
.avatar,
.wp-block-post-author__avatar img {
border-radius: 100%;
}