Skip to content

Commit

Permalink
Shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jan 15, 2025
1 parent 45e2270 commit e4dd57d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,8 @@
margin-top: 4rem !important;
margin-bottom: 7rem;
}

div.VPHero.has-image.VPHomeHero > div > div.image > div > img{
margin-top: -16px !important;
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}

0 comments on commit e4dd57d

Please sign in to comment.