From b36bc28fcbe6d083ae959535fe4a92ec50c28425 Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Wed, 23 Sep 2020 01:54:22 -0400 Subject: [PATCH] make thumbnails less grayscaled --- assets/css/beautifuljekyll.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/beautifuljekyll.css b/assets/css/beautifuljekyll.css index c609217..fb8125d 100644 --- a/assets/css/beautifuljekyll.css +++ b/assets/css/beautifuljekyll.css @@ -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%);