From 078bc5deea778bf06433580513600d2f7f3fcdfd Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Fri, 5 Jun 2026 13:01:14 +0200 Subject: [PATCH] =?UTF-8?q?Logo=20Background=20auf=20wei=C3=9F=20im=20dark?= =?UTF-8?q?mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/customer.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/customer.html b/templates/customer.html index 0997001..e6907c8 100644 --- a/templates/customer.html +++ b/templates/customer.html @@ -34,12 +34,18 @@ align-items: center; justify-content: center; padding: 1rem; - background: var(--ccm-surface); + background: #ffffff; + } + [data-bs-theme="dark"] .logo-preview-box { + background: #1a1e24; } .logo-preview-box img { max-height: 100px; max-width: 100%; object-fit: contain; + background: #ffffff; + padding: 8px; + border-radius: 0.5rem; } .logo-preview-box .placeholder { color: var(--ccm-muted);