Skip to content

Commit

Permalink
feat: re-adjust the shadow value of img
Browse files Browse the repository at this point in the history
  • Loading branch information
YiNNx committed Dec 16, 2023
1 parent 2378151 commit 894ac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapis.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ li.md-list-item {

#write p>.md-image:only-child:not(.md-img-error) img,
#write p>img:only-child {
filter: drop-shadow(var(--img-shadow-color) 1px 1px 8px);
filter: drop-shadow(var(--img-shadow-color) 0px 6px 6px);
display: block;
margin: 0 auto;
padding: 1rem;
Expand Down

0 comments on commit 894ac33

Please sign in to comment.