3 Commits

Author SHA1 Message Date
b717b9ca4e Update src/app/page.tsx 2025-12-28 20:33:47 +00:00
fa089dac81 Update src/app/layout.tsx 2025-12-28 20:33:46 +00:00
828a7972ba Update src/app/globals.css 2025-12-28 20:33:46 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -4,9 +4,9 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffff;;
--primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;;
--accent: #808080;;

View File

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

View File

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