updated theme Twenty Nineteen version 2.9

This commit is contained in:
2024-07-19 19:46:39 +00:00
committed by Gitium
parent 51937c2f57
commit 44c2f9f9a2
13 changed files with 241 additions and 217 deletions

View File

@ -47,10 +47,10 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
h2,
h3,
h4,
.has-regular-font-size,
.has-large-font-size,
h2.author-title,
p.author-bio,
.has-regular-font-size,
.has-large-font-size,
h2.author-title,
p.author-bio,
.comments-title, h3 {
font-size: 14pt;
margin-top: 25px;
@ -182,15 +182,14 @@ Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272
/* Remove image filters from featured image */
.image-filters-enabled {
*:after {
display: none !important;
}
.site-header.featured-image .site-featured-image:before {
.entry .post-thumbnail:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image .site-featured-image:after,
.site-header.featured-image:after {
display: none;
}
.entry .post-thumbnail .post-thumbnail-inner,
.site-header.featured-image .site-featured-image .post-thumbnail img {
filter: none;
}