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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user