3 Commits

Author SHA1 Message Date
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
3 changed files with 3 additions and 3 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

@@ -1278,4 +1278,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -477,4 +477,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}