From 40f587e8b45139a8e842961d5d8d4306de3ba70a Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:04:32 +0200 Subject: [PATCH] Remove background color from another element in index.html --- node/server/public/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index fd4bba8..08f2ccf 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -107,7 +107,6 @@ max-width: 84vw; max-height: 30vh; border-radius: 12px; - background: #222; width: 100%; height: auto; object-fit: contain;