Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-23 18:56:01 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -16,14 +16,14 @@ import LoadingScreen from '@/components/layout/LoadingScreen';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="background-highlight"
borderRadius="pill"
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="largeSmallSizeMediumTitles"
background="grid"
cardStyle="solid"
primaryButtonStyle="shadow"
background="floatingGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #001f3f;
--primary-cta: #0056D6;
--background: #FFFFFF;
--card: #F5F5F5;
--foreground: #1A2B42;
--primary-cta: #007bff;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #E0E7FF;
--secondary-cta-text: #001f3f;
--accent: #ADD8E6;
--background-accent: #1A3B69;
--accent: #007bff;
--background-accent: #F0F8FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);