Logo Background auf weiß im darkmode
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user