로고 라이트 고정 + color-scheme only light 강화

- 다크/라이트 로고 전환 로직 제거, 라이트 로고 고정
- color-scheme: only light !important 강화
- supported-color-schemes 메타 태그 추가

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joungmin
2026-03-12 13:17:33 +09:00
parent 824c171158
commit 88c1b4243e
4 changed files with 6 additions and 11 deletions

View File

@@ -589,10 +589,7 @@ export default function Home() {
<header className="bg-surface/80 backdrop-blur-md border-b dark:border-gray-800 shrink-0">
<div className="px-5 py-3 flex items-center justify-between">
<button onClick={handleReset} className="shrink-0">
<picture>
<source srcSet="/logo-dark-80h.png" media="(prefers-color-scheme: dark)" />
<img src="/logo-80h.png" alt="Tasteby" className="h-7 md:h-8" />
</picture>
<img src="/logo-80h.png" alt="Tasteby" className="h-7 md:h-8" />
</button>
{/* Desktop: search + filters */}