Logo Background auf weiß im darkmode

This commit is contained in:
Erik Thiele
2026-06-05 13:01:14 +02:00
parent d7bebf1226
commit 078bc5deea

View File

@@ -34,12 +34,18 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 1rem; padding: 1rem;
background: var(--ccm-surface); background: #ffffff;
}
[data-bs-theme="dark"] .logo-preview-box {
background: #1a1e24;
} }
.logo-preview-box img { .logo-preview-box img {
max-height: 100px; max-height: 100px;
max-width: 100%; max-width: 100%;
object-fit: contain; object-fit: contain;
background: #ffffff;
padding: 8px;
border-radius: 0.5rem;
} }
.logo-preview-box .placeholder { .logo-preview-box .placeholder {
color: var(--ccm-muted); color: var(--ccm-muted);