From acf8e65897ef0e32b0c08d7e733591f01ec69c5c Mon Sep 17 00:00:00 2001
From: Dean Attali <daattali@gmail.com>
Date: Wed, 23 Sep 2020 01:13:48 -0400
Subject: [PATCH] make grayscaled thumbnails more colourful

---
 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 08e3459..c609217 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(90%);
+  filter: grayscale(70%);
 }
 .post-preview .post-image:hover {
   filter: grayscale(0%);