6 Commits

Author SHA1 Message Date
16a0661e24 Update src/app/page.tsx 2026-01-01 14:36:41 +00:00
c8ac100074 Update src/app/layout.tsx 2026-01-01 14:36:40 +00:00
27665ec12b Update src/app/globals.css 2026-01-01 14:36:39 +00:00
345b21819b Update src/app/globals.css 2026-01-01 14:34:44 +00:00
014a1ea062 Update src/app/globals.css 2026-01-01 14:20:37 +00:00
f2354d76cb Update src/app/globals.css 2026-01-01 14:18:13 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #f8fcff;;
--card: #fff7f7;; --card: #ffffff;;
--foreground: #1a0000;; --foreground: #00101f;;
--primary-cta: #e63946;; --primary-cta: #409fff;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #f5c4c7;; --accent: #c7e2fc;;
--background-accent: #f09199;; --background-accent: #9bcfff;;
/* 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

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

View File

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