Skip to content

Commit

Permalink
fix: lower the shadow a bit for embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 28, 2021
1 parent b0fadf3 commit 8d709c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_embed.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.embed,
.embed-page,
.embed-block {
box-shadow: 4px 4px rgba(0, 0, 0);
box-shadow: 1px 2px rgba(0, 0, 0);
padding: 0.75em 0.5em;
border: 2px solid #000;
border-radius: 8px;
Expand Down

0 comments on commit 8d709c4

Please sign in to comment.