Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-03 12:06:15 +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: #ffffff;;
--card: #fafafa;;
--foreground: #000000;;
--primary-cta: #00ccff;;
--background: #f8fcff;;
--card: #ffffff;;
--foreground: #00101f;;
--primary-cta: #409fff;;
--secondary-cta: #ffffff;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;
--accent: #c7e2fc;;
--background-accent: #9bcfff;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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