Compare commits
21 Commits
version_14
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6731ca5ed1 | |||
| 3dc04ee80d | |||
| 279cc55df8 | |||
| 31e098a522 | |||
| 412eb8f042 | |||
| 948e402905 | |||
| 134e559653 | |||
| 534539c355 | |||
| f88070f345 | |||
| 8877a36d92 | |||
| c593673917 | |||
| 4969b5a2b6 | |||
| fc5907a4cf | |||
| 634c6f9258 | |||
| d4465eea76 | |||
| 38fe1a5f95 | |||
| 0751f4418e | |||
| 1fcb6afc63 | |||
| 32a8b8c571 | |||
| 714544869d | |||
| 654985312b |
@@ -223,4 +223,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user