Skip to content

Commit b36bc28

Browse files
authored
make thumbnails less grayscaled
1 parent acf8e65 commit b36bc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/beautifuljekyll.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ footer .footer-custom-content {
492492
width: 12rem;
493493
}
494494
.post-preview .post-image {
495-
filter: grayscale(70%);
495+
filter: grayscale(40%);
496496
}
497497
.post-preview .post-image:hover {
498498
filter: grayscale(0%);

0 commit comments

Comments
 (0)