Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa2639165f | |||
| 55843faea7 | |||
| 1bd0bc70a0 | |||
| 65bb9779bc | |||
| c18f8e7dd7 |
@@ -20,10 +20,10 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="flat"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #ffffff;
|
||||||
--card: #1f1f40;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #ffffff;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #0a051a;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #0d0d2b;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #d4d4f6;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #3d2880;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #663cff;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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