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

@ -68,7 +68,6 @@
/* Entry header */
.site-featured-image {
/* First layer: grayscale. */
.post-thumbnail img {
height: auto;
left: 50%;
@ -90,8 +89,9 @@
width: 100%;
}
/* When image filters are active, make it grayscale to colorize it blue. */
.image-filters-enabled & {
/* First layer: grayscale. */
/* When image filters are active, make it grayscale to colorize it blue. */
filter: grayscale(100%);
}
}