Skip to content

Commit

Permalink
Remove drop shadows from images
Browse files Browse the repository at this point in the history
  • Loading branch information
justindeguzman authored Apr 10, 2023
1 parent 20cde05 commit 32e060e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ prism-code {
/* Add a drop shadow to images in the user guides and docs */
img {
width: fit-content;
filter: drop-shadow(2px 4px 6px gray);
/* padding looks bad in dark mode as it adds white space around images that have dark backgrounds */
/*padding-bottom: 0.2rem;
padding-top: 0.5rem;*/
Expand Down

0 comments on commit 32e060e

Please sign in to comment.