5 Commits

Author SHA1 Message Date
c39d1c225b Update src/app/globals.css 2025-12-30 21:01:04 +00:00
9ebd06153f Update src/app/globals.css 2025-12-30 20:53:51 +00:00
dd123aeaff Update src/app/page.tsx 2025-12-30 20:44:46 +00:00
4c6b6525b2 Update src/app/layout.tsx 2025-12-30 20:44:45 +00:00
1e9beedcb7 Update src/app/globals.css 2025-12-30 20:44:44 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f8fcff;;
--card: #ffffff;;
--foreground: #00101f;;
--primary-cta: #409fff;;
--background: #fffcfc;;
--card: #fffafa;;
--foreground: #220000;;
--primary-cta: #c1121f;;
--secondary-cta: #ffffff;;
--accent: #c7e2fc;;
--background-accent: #9bcfff;;
--accent: #f0b8bc;;
--background-accent: #e07a82;;
/* 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

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