3 Commits

Author SHA1 Message Date
c53b0c0b0a Update src/app/page.tsx 2026-01-20 11:11:55 +00:00
ed4b872825 Update src/app/layout.tsx 2026-01-20 11:11:54 +00:00
404c8e3c47 Update src/app/globals.css 2026-01-20 11:11:54 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5faff;; /* --background: #010912;;
--card: #f1f8ff;; --card: #152840;;
--foreground: #001122;; --foreground: #e6f0ff;;
--primary-cta: #15479c;; --primary-cta: #cee7ff;;
--secondary-cta: #ffffff;; --secondary-cta: #0e1a29;;
--accent: #a8cce8;; --accent: #3f5c79;;
--background-accent: #7ba3cf;; */ --background-accent: #004a93;; */
--background: #f5faff;; --background: #010912;;
--card: #f1f8ff;; --card: #152840;;
--foreground: #001122;; --foreground: #e6f0ff;;
--primary-cta: #15479c;; --primary-cta: #cee7ff;;
--secondary-cta: #ffffff;; --secondary-cta: #0e1a29;;
--accent: #a8cce8;; --accent: #3f5c79;;
--background-accent: #7ba3cf;; --background-accent: #004a93;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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