fix: improve command menu contrast and footer styling

- Changed CommandItem highlight from accent to primary/10 with primary text
- Added bg-background/80 backdrop-blur-sm to footer for consistency with header
- Footer now matches the header's translucent background style

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
valknarness
2025-10-29 09:57:23 +01:00
parent bbe7f9a22d
commit f5ce19675d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import Link from 'next/link'
export function AppFooter() {
return (
<footer className="border-t border-border/40 px-6 py-12 lg:px-8">
<footer className="border-t border-border/40 bg-background/80 backdrop-blur-sm px-6 py-12 lg:px-8">
<div className="mx-auto max-w-7xl">
<div className="flex flex-col items-center justify-between gap-4 sm:flex-row">
<div className="text-center sm:text-left">