5 Commits

Author SHA1 Message Date
43eb21e328 Update src/app/page.tsx 2026-01-06 14:08:35 +00:00
2ce6761fdc Update src/app/layout.tsx 2026-01-06 14:08:34 +00:00
e729c0bf31 Update src/app/page.tsx 2026-01-06 13:36:47 +00:00
d9df37a794 Update src/app/layout.tsx 2026-01-06 13:36:46 +00:00
fac1d9d293 Update src/app/globals.css 2026-01-06 13:36:45 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #0a0a0a;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #facc15;;

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';