From 1a31fa2e0f4674ff36c427c319ab234dbe3678e9 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:04:22 +0200 Subject: [PATCH] Remove background color from index.html elements --- 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 4417b9c..fd4bba8 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -79,7 +79,6 @@ height: auto; object-fit: contain; border-radius: 12px; - background: #222; flex-shrink: 0; margin: 0; display: block;