Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c45f2abfa | |||
| 6a0f96e5b3 | |||
| 4fca6eaf55 | |||
| 3cad8037d1 | |||
| 9c0df7844b |
@@ -218,4 +218,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fbf8f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #2b180a;
|
||||
--primary-cta: #c6a355;
|
||||
--background: #f0f4f0;
|
||||
--card: #e8eee8;
|
||||
--foreground: #1a2e1a;
|
||||
--primary-cta: #7b9f7b;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #2b180a;
|
||||
--secondary-cta: #d0ded0;
|
||||
--secondary-cta-text: #fbf8f5;
|
||||
--accent: #d4c5b9;
|
||||
--background-accent: #e6dcd4;
|
||||
--accent: #b8c9b8;
|
||||
--background-accent: #c9d8c9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user