style(theme): soften card shadows and lighten border tokens

This commit is contained in:
zetaloop
2026-02-25 16:03:10 +08:00
parent f9d48af658
commit feef03670a
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function HomePage() {
type="text"
name="q"
placeholder="搜索陪玩、店铺、游戏..."
className="w-full border-border bg-card shadow-[var(--shadow-card)] transition-shadow focus:shadow-[var(--shadow-card-hover)]"
className="w-full border-border bg-card shadow-[0_4px_16px_-2px_rgba(0,0,0,0.08),0_8px_24px_-4px_rgba(0,0,0,0.1)] transition-shadow focus:shadow-[0_8px_30px_-4px_rgba(0,0,0,0.12),0_12px_40px_-8px_rgba(0,0,0,0.14)]"
/>
</form>
</div>