style(deck): light-mode logo sits on a dark badge so it pops
The logo art is drawn for dark; on the light canvas its glows washed out. Add a dark rounded badge (ring + shadow) behind it in light mode only — dark mode still floats the transparent logo free. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
60cee5b7c0
commit
4095d32d2e
1 changed files with 10 additions and 5 deletions
|
|
@ -25,11 +25,16 @@ import logoUrl from '@/deck/assets/logo.webp'
|
|||
radial-gradient(38% 55% at 70% 55%, hsl(215 90% 58% / 0.5), transparent 70%);
|
||||
"
|
||||
/>
|
||||
<img
|
||||
:src="logoUrl"
|
||||
alt="SolLunar — Energy · Intelligence · Harmony"
|
||||
class="w-64 drop-shadow-2xl sm:w-72 lg:w-80"
|
||||
/>
|
||||
<!-- dark badge in light mode (the logo is drawn for dark); floats free in dark mode -->
|
||||
<div
|
||||
class="rounded-[2rem] bg-[hsl(160_28%_9%)] p-4 shadow-2xl ring-1 ring-white/10 sm:p-6 dark:bg-transparent dark:p-0 dark:shadow-none dark:ring-0"
|
||||
>
|
||||
<img
|
||||
:src="logoUrl"
|
||||
alt="SolLunar — Energy · Intelligence · Harmony"
|
||||
class="w-60 drop-shadow-2xl sm:w-64 lg:w-72"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="mt-7 max-w-2xl text-balance text-xl text-fg sm:text-2xl">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue