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