4 Commits

Author SHA1 Message Date
e5344de1c8 Merge version_2 into main
Merge version_2 into main
2026-01-20 11:12:00 +00:00
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 */
/* --vw is set by ThemeProvider */
/* --background: #f5faff;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;; */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--background: #f5faff;;
--card: #f1f8ff;;
--foreground: #001122;;
--primary-cta: #15479c;;
--secondary-cta: #ffffff;;
--accent: #a8cce8;;
--background-accent: #7ba3cf;;
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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