Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcf56e9a6e | |||
| f47ccad85f | |||
| 0d9e221df5 | |||
| 40b4d1640e | |||
| e124eb74f3 | |||
| f46289d63d |
@@ -139,4 +139,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #FFD700;
|
||||
--background: #1a1a1a;
|
||||
--card: #262626;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta: #333333;
|
||||
--secondary-cta-text: #FFD700;
|
||||
--accent: #FFE135;
|
||||
--background-accent: #1a1a1a;
|
||||
--accent: #404040;
|
||||
--background-accent: #333333;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user