Skip to content

Commit

Permalink
Changed dropshadow on images to be less distracting
Browse files Browse the repository at this point in the history
  • Loading branch information
justusthane authored Sep 6, 2024
1 parent aa17e7f commit 8604d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ body.home nav h5 {
}

img {
box-shadow: 5px 5px 0 red;
box-shadow: 5px 5px 0 #dbdbdb;
}

a img:hover {
Expand Down

0 comments on commit 8604d6d

Please sign in to comment.