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 */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #000000;;
--card: #fcfcfc;; --card: #1a1a1a;;
--foreground: #000000e6;; --foreground: #ffffff;;
--primary-cta: #1a1a1a;; --primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #808080;; --accent: #808080;;

View File

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

View File

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