diff --git a/attached_assets/image_1746138221623.png b/attached_assets/image_1746138221623.png new file mode 100644 index 0000000..49e9699 Binary files /dev/null and b/attached_assets/image_1746138221623.png differ diff --git a/attached_assets/screenshot-1746138258154.png b/attached_assets/screenshot-1746138258154.png new file mode 100644 index 0000000..6e23d58 Binary files /dev/null and b/attached_assets/screenshot-1746138258154.png differ diff --git a/client/src/components/layout/NavHeader.tsx b/client/src/components/layout/NavHeader.tsx index cf8f168..30da18f 100644 --- a/client/src/components/layout/NavHeader.tsx +++ b/client/src/components/layout/NavHeader.tsx @@ -15,23 +15,23 @@ export function NavHeader() { const [mobileMenuOpen, setMobileMenuOpen] = useState(false); return ( -
+
- + Tercul @@ -41,7 +41,7 @@ export function NavHeader() { @@ -89,7 +89,7 @@ export function NavHeader() {
{mobileMenuOpen && ( -
+
diff --git a/client/src/index.css b/client/src/index.css index e1d252f..f13b04d 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -5,83 +5,83 @@ @tailwind utilities; :root { - --background: 48 33% 97%; - --foreground: 20 14.3% 4.1%; + --background: 180 7% 97%; + --foreground: 0 0% 20%; - --muted: 60 4.8% 95.9%; - --muted-foreground: 25 5.3% 44.7%; + --muted: 180 7% 94%; + --muted-foreground: 0 0% 45%; - --popover: 48 33% 97%; - --popover-foreground: 20 14.3% 4.1%; + --popover: 180 7% 97%; + --popover-foreground: 0 0% 20%; - --card: 48 33% 97%; - --card-foreground: 20 14.3% 4.1%; + --card: 180 7% 97%; + --card-foreground: 0 0% 20%; - --border: 60 6% 83%; - --input: 60 6% 83%; + --border: 174 10% 80%; + --input: 174 10% 80%; - --primary: 215 40% 23%; - --primary-foreground: 211 100% 99%; + --primary: 174 40% 24%; + --primary-foreground: 0 0% 100%; - --secondary: 60 4.8% 95.9%; - --secondary-foreground: 24 9.8% 10%; + --secondary: 180 7% 94%; + --secondary-foreground: 0 0% 20%; - --accent: 5 38% 48%; - --accent-foreground: 60 9.1% 97.8%; + --accent: 174 30% 40%; + --accent-foreground: 0 0% 100%; --destructive: 0 84.2% 60.2%; - --destructive-foreground: 60 9.1% 97.8%; + --destructive-foreground: 0 0% 100%; - --ring: 5 38% 48%; + --ring: 174 40% 24%; --radius: 0.5rem; /* Custom theme colors */ - --cream: 48 33% 97%; - --navy: 215 40% 23%; - --russet: 5 38% 48%; - --sage: 145 10% 50%; - --ink: 0 0% 10%; - --paper: 44 40% 92%; + --cream: 180 7% 97%; + --navy: 174 40% 24%; + --russet: 0 60% 45%; + --sage: 174 30% 35%; + --ink: 0 0% 20%; + --paper: 180 7% 94%; } .dark { - --background: 0 0% 7%; - --foreground: 0 0% 98%; + --background: 174 20% 12%; + --foreground: 0 0% 90%; - --muted: 0 0% 15%; - --muted-foreground: 0 0% 64%; + --muted: 174 20% 18%; + --muted-foreground: 0 0% 70%; - --popover: 0 0% 12%; - --popover-foreground: 0 0% 98%; + --popover: 174 20% 14%; + --popover-foreground: 0 0% 90%; - --card: 0 0% 12%; - --card-foreground: 0 0% 98%; + --card: 174 20% 14%; + --card-foreground: 0 0% 90%; - --border: 0 0% 20%; - --input: 0 0% 20%; + --border: 174 15% 25%; + --input: 174 15% 25%; - --primary: 215 40% 23%; - --primary-foreground: 211 100% 99%; + --primary: 174 35% 45%; + --primary-foreground: 0 0% 100%; - --secondary: 0 0% 15%; - --secondary-foreground: 0 0% 98%; + --secondary: 174 20% 20%; + --secondary-foreground: 0 0% 90%; - --accent: 5 38% 48%; - --accent-foreground: 0 0% 98%; + --accent: 174 40% 45%; + --accent-foreground: 0 0% 100%; --destructive: 0 62.8% 30.6%; - --destructive-foreground: 0 0% 98%; + --destructive-foreground: 0 0% 100%; - --ring: 5 38% 48%; + --ring: 174 40% 45%; /* Custom theme colors */ - --cream: 0 0% 98%; - --navy: 215 40% 60%; - --russet: 5 38% 60%; - --sage: 145 10% 60%; + --cream: 0 0% 90%; + --navy: 174 35% 45%; + --russet: 0 60% 50%; + --sage: 174 30% 40%; --ink: 0 0% 90%; - --paper: 0 0% 15%; + --paper: 174 20% 16%; } /* Content width variables */