Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c6033bcb1 | |||
| 41aae4b92f | |||
| d830ab2199 | |||
| f24d8fabb9 | |||
| 2ddf6737f6 | |||
| caf19f036d | |||
| 34aea9c292 |
@@ -122,4 +122,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #020617;
|
||||||
--card: #f9f9f9;
|
--card: #0f172a;
|
||||||
--foreground: #1A1A1A;
|
--foreground: #e2e8f0;
|
||||||
--primary-cta: #E67E22;
|
--primary-cta: #1d4ed8;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #2980B9;
|
--secondary-cta: #f96b2f;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #E67E22;
|
--accent: #f96b2f;
|
||||||
--background-accent: #FFF3E0;
|
--background-accent: #1d4ed8;
|
||||||
|
|
||||||
/* 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