4 Commits

Author SHA1 Message Date
6aaca7eb6b Update src/app/page.tsx 2026-01-08 10:37:33 +00:00
ba36f09925 Update src/app/layout.tsx 2026-01-08 10:37:32 +00:00
4383070d9f Update src/app/globals.css 2026-01-08 10:37:31 +00:00
e7a650227f Update src/app/globals.css 2026-01-08 10:33:52 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* 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: #ffffff;;
--card: #fcfcfc;;
--foreground: #001a4d;;
--primary-cta: #15ad59;;
--secondary-cta: #ffcc00;;
--accent: #ffcc00;;
--background-accent: #fff5cc;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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