Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56bc4b8462 | |||
| c7c97b2922 | |||
| f24ae34196 | |||
| da311b89b3 | |||
| d441393f29 |
@@ -18,14 +18,14 @@ export default function LandingPage() {
|
|||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="elastic-effect"
|
defaultButtonVariant="elastic-effect"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="soft"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="medium"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="blurBottom"
|
background="noise"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #F8F6F2;
|
--background: #000000;
|
||||||
--card: #FFFFFF;
|
--card: #0f1012;
|
||||||
--foreground: #1C1C1C;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #D9C5A1;
|
--primary-cta: #152A4A;
|
||||||
--primary-cta-text: #1C1C1C;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #1C1C1C;
|
--secondary-cta: #d3d3d3;
|
||||||
--secondary-cta-text: #F8F6F2;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #E8DED1;
|
--accent: #606C88;
|
||||||
--background-accent: #D9C5A1;
|
--background-accent: #303F5C;
|
||||||
|
|
||||||
/* 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