commit 3b311193a7d3ab2d5ca52f36a86289186649852a
parent 795b79100956e01fc8ac149a7cc8f13a2981cb40
Author: Hunter
Date:   Thu, 16 Oct 2025 12:01:23 -0400

add white background to images (improve support for images with transparency)

Diffstat:
Mindex.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -66,6 +66,7 @@ outline: 2px solid transparent; outline-offset: -2px; transition: outline-color 0.2s; + background: #fafaf8; } .image-container:hover { @@ -179,6 +180,7 @@ .image-container { outline: none !important; position: absolute !important; + background: white !important; } .image-container img {