Skip to content

Commit

Permalink
feat: revert image greyscale effect (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaqa Ishtyaq <[email protected]>
  • Loading branch information
aaqaishtyaq committed Jun 3, 2024
1 parent f501e44 commit 6120f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@ img {
}

.image-block {
filter: grayscale(95%);
filter: grayscale(0);
transition: all .4s;
}

.image-block:hover {
filter: grayscale(0);
filter: grayscale(95%);
}

.head-text {
Expand Down

0 comments on commit 6120f27

Please sign in to comment.