Skip to content

Commit

Permalink
index.css: set image background to white
Browse files Browse the repository at this point in the history
In case the browser uses a dark background and
the image preview is transparent.
  • Loading branch information
mwarning committed May 23, 2024
1 parent 123938d commit 37f33d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ figure {
max-height: 200px;
margin: 10px;
box-shadow: 1px 4px 10px;
background-color: white;
}

@keyframes fadeIn {
Expand Down

0 comments on commit 37f33d4

Please sign in to comment.