Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-03-01 19:15:31 +00:00
3 changed files with 16 additions and 16 deletions

View File

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

View File

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

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #e3deea;;
--card: #ffffff;;
--foreground: #1f2027;;
--primary-cta: #627dc6;;
--secondary-cta: #ffffff;;
--accent: #627dc6;;
--background-accent: #627dc6;; */
/* --background: #060000;;
--card: #1d0d0d;;
--foreground: #ffe6e6;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1f0a0a;;
--accent: #7b2d2d;;
--background-accent: #b8111f;; */
--background: #e3deea;;
--card: #ffffff;;
--foreground: #1f2027;;
--primary-cta: #627dc6;;
--background: #060000;;
--card: #1d0d0d;;
--foreground: #ffe6e6;;
--primary-cta: #ff3d4a;;
--primary-cta-text: #e3deea;;
--secondary-cta: #ffffff;;
--secondary-cta: #1f0a0a;;
--secondary-cta-text: #1f2027;;
--accent: #627dc6;;
--background-accent: #627dc6;;
--accent: #7b2d2d;;
--background-accent: #b8111f;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);