From 37f33d4a16dd298a75f52e19809aae1a4d194e8e Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 23 May 2024 23:49:51 +0200 Subject: [PATCH] index.css: set image background to white In case the browser uses a dark background and the image preview is transparent. --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index a282311..1166c8d 100644 --- a/index.css +++ b/index.css @@ -27,6 +27,7 @@ figure { max-height: 200px; margin: 10px; box-shadow: 1px 4px 10px; + background-color: white; } @keyframes fadeIn {