Skip to content

Commit

Permalink
make thumbnails less grayscaled
Browse files Browse the repository at this point in the history
  • Loading branch information
daattali committed Sep 23, 2020
1 parent acf8e65 commit b36bc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/beautifuljekyll.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down

0 comments on commit b36bc28

Please sign in to comment.