Add BMAD framework, authentication, and new features

This commit is contained in:
2026-01-08 21:23:23 +01:00
parent f07d28aefd
commit 15a95fb319
1298 changed files with 73308 additions and 154901 deletions

View File

@@ -115,6 +115,48 @@
--sidebar-ring: oklch(0.556 0 0);
}
[data-theme='midnight'] {
--background: oklch(0.18 0.04 260);
--foreground: oklch(0.985 0 0);
--card: oklch(0.22 0.05 260);
--card-foreground: oklch(0.985 0 0);
--popover: oklch(0.22 0.05 260);
--popover-foreground: oklch(0.985 0 0);
--primary: oklch(0.7 0.15 260);
--primary-foreground: oklch(0.18 0.04 260);
--secondary: oklch(0.28 0.05 260);
--secondary-foreground: oklch(0.985 0 0);
--muted: oklch(0.28 0.05 260);
--muted-foreground: oklch(0.8 0.05 260);
--accent: oklch(0.28 0.05 260);
--accent-foreground: oklch(0.985 0 0);
--destructive: oklch(0.6 0.25 25);
--border: oklch(0.3 0.05 260);
--input: oklch(0.3 0.05 260);
--ring: oklch(0.7 0.15 260);
}
[data-theme='sepia'] {
--background: oklch(0.96 0.02 85);
--foreground: oklch(0.25 0.02 85);
--card: oklch(0.98 0.01 85);
--card-foreground: oklch(0.25 0.02 85);
--popover: oklch(0.98 0.01 85);
--popover-foreground: oklch(0.25 0.02 85);
--primary: oklch(0.45 0.1 35);
--primary-foreground: oklch(0.98 0.01 85);
--secondary: oklch(0.92 0.03 85);
--secondary-foreground: oklch(0.25 0.02 85);
--muted: oklch(0.92 0.03 85);
--muted-foreground: oklch(0.5 0.05 85);
--accent: oklch(0.92 0.03 85);
--accent-foreground: oklch(0.25 0.02 85);
--destructive: oklch(0.6 0.2 25);
--border: oklch(0.85 0.05 85);
--input: oklch(0.85 0.05 85);
--ring: oklch(0.45 0.1 35);
}
@layer base {
* {
@apply border-border outline-ring/50;