From 9e2f75acd800623c8c552c6ae6981dd0f8217cdb Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:21:19 +0200 Subject: [PATCH] Change background color of images to transparent --- node/server/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index 807ab07..d00a2b8 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -88,7 +88,7 @@ height: auto; object-fit: contain; border-radius: 12px; - background: #222; + background: transparent; flex-shrink: 0; margin: 0; display: block; @@ -125,7 +125,7 @@ width: 100%; height: auto; object-fit: contain; - background: #222; + background: transparent; } #spirit-info .spirit-info-content { width: 100%;