Compare commits
13 Commits
version_1
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 156df42069 | |||
| fe3c4e2c96 | |||
| 731605c8d6 | |||
| 0821521a64 | |||
| dcc1a8dce5 | |||
| 52a38ba1fb | |||
| 49a6288449 | |||
| f7938246f8 | |||
| c25c3df19b | |||
| 702e421ed0 | |||
| b3204525d2 | |||
| ef601a20cd | |||
| 98e14f4ec2 |
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbfcf9;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a2e24;
|
||||
--primary-cta: #065f46;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a2e24;
|
||||
--accent: #10b981;
|
||||
--background-accent: #e0e7e2;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user