make thumbnails less grayscaled

This commit is contained in:
Dean Attali 2020-09-23 01:54:22 -04:00 committed by GitHub
parent acf8e65897
commit b36bc28fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ footer .footer-custom-content {
width: 12rem;
}
.post-preview .post-image {
filter: grayscale(70%);
filter: grayscale(40%);
}
.post-preview .post-image:hover {
filter: grayscale(0%);