feat: use app icon for sidebar brand mark

Replace 'iT' text badge with actual icon image.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-05 09:38:41 +02:00
co-authored by Claude Haiku 4.5
parent 587826206d
commit 3f9cd1f266
2 changed files with 2 additions and 10 deletions
+1 -9
View File
@@ -316,16 +316,8 @@ nav.sidebar li {
.brand-mark {
width: 26px;
height: 26px;
border-radius: 6px;
background: var(--im-accent);
color: var(--pico-primary-inverse);
display: grid;
place-items: center;
font-family: var(--im-mono);
font-size: .75rem;
font-weight: 700;
letter-spacing: -.03em;
flex: 0 0 auto;
object-fit: contain;
}
.brand-name {