feat: Frutiger Aero theme + UI polish

- Add aero-theme.css (glassmorphism, gold buttons, backdrop blur)
- Colored note cards as tinted glass via inline rgba styles
- Fix hooks order violation in RegisterPage
- Force dark mode; fix muted-foreground to opaque white
- BulkActionsBar glass-heavy blur + vivid red delete button
- New Note button pill shape with aqua dome gradient
- Prevent iOS zoom (maximum-scale=1.0)
This commit is contained in:
2026-06-07 21:57:47 +02:00
parent 839308ec19
commit a75eb92a9c
13 changed files with 365 additions and 90 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, viewport-fit=cover" />
<!-- Primary Meta Tags -->
<title>K-Notes - Modern Note-Taking App | Organize Your Ideas</title>