Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d455e1b85 | |||
| 8464c47e88 | |||
| 08b9c08728 | |||
| 72b8a3b10a | |||
| b5aedfb742 | |||
| 118e640cf3 | |||
| 59d572d099 | |||
| 24db16cc86 |
@@ -297,4 +297,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #0a0a0a;
|
||||||
--card: #ffffff;
|
--card: #1a1a1a;
|
||||||
--foreground: #250c0d;
|
--foreground: #f0f8ffe6;
|
||||||
--primary-cta: #b82b40;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #250c0d;
|
--secondary-cta-text: #f0f8ffe6;
|
||||||
--accent: #b90941;
|
--accent: #737373;
|
||||||
--background-accent: #e8a8b6;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* 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