Merge version_9 into main
Merge version_9 into main
This commit was merged in pull request #10.
This commit is contained in:
@@ -17,9 +17,9 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="directional-hover"
|
defaultButtonVariant="directional-hover"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
@@ -283,4 +283,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5faff;
|
--background: #FFFFFF;
|
||||||
--card: #ffffff;
|
--card: #F8F8F8;
|
||||||
--foreground: #001122;
|
--foreground: #000000;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #B8860B;
|
||||||
--primary-cta-text: #f5faff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #E0E0E0;
|
||||||
--secondary-cta-text: #001122;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #a8cce8;
|
--accent: #D4AF37;
|
||||||
--background-accent: #7ba3cf;
|
--background-accent: #F0F0F0;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user