Skip to content

Commit

Permalink
Merge pull request #178 from DaleStudy/sehwan/174-adding-box-shadow-p…
Browse files Browse the repository at this point in the history
…roperty-to-screenshot-images

Added box-shadow for captured images
  • Loading branch information
nhistory authored Jul 22, 2024
2 parents 33f41b0 + ebccff0 commit 818d9d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Image extends HTMLElement {
return css`
img {
display: block;
box-shadow: 2px 2px 4px 0 var(--bg-300);
}
`;
}
Expand Down
Binary file modified images/horizontal-language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/vertical-language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 818d9d5

Please sign in to comment.