Skip to content

Commit

Permalink
Merge pull request #16 from Mystic-Slice/project_vidindex
Browse files Browse the repository at this point in the history
hover effect
  • Loading branch information
Mystic-Slice authored Sep 5, 2024
2 parents 1f55216 + 04d54e7 commit a0d2f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/PaperMod/assets/css/common/post-entry.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
border: 1px solid var(--border);
}

.post-entry:hover {
transform: scale(1.02);
}

.post-entry:active {
transform: scale(0.96);
}
Expand Down

0 comments on commit a0d2f78

Please sign in to comment.