make grayscaled thumbnails more colourful

This commit is contained in:
Dean Attali 2020-09-23 01:13:48 -04:00 committed by GitHub
parent d417c92d4b
commit acf8e65897
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(90%);
filter: grayscale(70%);
}
.post-preview .post-image:hover {
filter: grayscale(0%);