5 Commits

Author SHA1 Message Date
8895725d63 Update src/app/globals.css 2026-01-08 13:20:30 +00:00
726814f998 Update src/app/globals.css 2026-01-08 12:34:33 +00:00
27b94061c0 Update src/app/page.tsx 2026-01-08 11:38:24 +00:00
c602138676 Update src/app/layout.tsx 2026-01-08 11:38:23 +00:00
e8e44240bc Update src/app/globals.css 2026-01-08 11:38:22 +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: #ffffff;
--card: #fcfcfc;
--foreground: #0f0003e6;
--primary-cta: #c1121f;
--secondary-cta: #f9f9f9;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f8fcff;
--card: #ffffff;
--foreground: #00101f;
--primary-cta: #409fff;
--secondary-cta: #ffffff;
--accent: #c7e2fc;
--background-accent: #9bcfff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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