Add top-bar logo

This commit is contained in:
2026-02-02 15:29:00 +01:00
parent b838dc252d
commit 332a5b3d1b
3 changed files with 7 additions and 0 deletions

View File

@@ -32,6 +32,12 @@
}
.status-left, .status-center, .status-right { display: flex; align-items: center; gap: 10px; }
.inline-link { font-size: 14px; }
.logo-mark {
height: 44px;
width: auto;
object-fit: contain;
filter: drop-shadow(0 4px 10px rgba(0,0,0,0.18));
}
.counts {
color: #5f513b;