Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c58995ef46 | |||
| b8495e866b |
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="noise"
|
background="floatingGradient"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -234,4 +234,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #020617;
|
--background: #010110;
|
||||||
--card: #0f172a;
|
--card: #08081F;
|
||||||
--foreground: #e2e8f0;
|
--foreground: #E8E8FF;
|
||||||
--primary-cta: #c4d8f9;
|
--primary-cta: #4A7CFF;
|
||||||
--primary-cta-text: #020617;
|
--primary-cta-text: #FFFFFF;
|
||||||
--secondary-cta: #041633;
|
--secondary-cta: #1A2A4C;
|
||||||
--secondary-cta-text: #e2e8f0;
|
--secondary-cta-text: #E8E8FF;
|
||||||
--accent: #2d30f3;
|
--accent: #70A0FF;
|
||||||
--background-accent: #1d4ed8;
|
--background-accent: #030320;
|
||||||
|
|
||||||
/* 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