feat(deck): use transparent SolLunar logo + emblem

Swap in the transparent-background logo (full lockup for the title hero,
cropped eclipse emblem for the top-bar mark + favicons). Drop the dark-card
framing since the logos now float on the deck canvas — hero keeps the
gold+blue glow and a drop-shadow; top-bar mark is object-contain. Favicons
regenerated with alpha.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Patrick Mulligan 2026-08-01 01:26:06 +02:00
commit 660736b027
7 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 136 KiB

Before After
Before After

View file

@ -75,7 +75,7 @@ function onTouchEnd(e: TouchEvent) {
class="pointer-events-none absolute inset-x-0 top-0 z-20 flex items-center justify-between px-6 py-5 text-fg-muted"
>
<span class="flex items-center gap-2">
<img :src="markUrl" alt="SolLunar" class="size-7 rounded-md object-cover ring-1 ring-line" />
<img :src="markUrl" alt="SolLunar" class="size-8 object-contain" />
<span class="font-display text-sm font-semibold tracking-wide text-fg">SolLunar</span>
</span>
<div class="flex items-center gap-3">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Before After
Before After

View file

@ -28,7 +28,7 @@ import logoUrl from '@/deck/assets/logo.webp'
<img
:src="logoUrl"
alt="SolLunar — Energy · Intelligence · Harmony"
class="w-56 rounded-3xl shadow-2xl ring-1 ring-line-2 sm:w-64 lg:w-72"
class="w-64 drop-shadow-2xl sm:w-72 lg:w-80"
/>
</div>