Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 469ce38445 | |||
| d054ee1978 | |||
| 5fed27b347 | |||
| fd71cc2889 | |||
| 49d7536542 | |||
| ffc3954b3b |
@@ -195,4 +195,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #cee7ff;
|
||||
--background: #ffffff;
|
||||
--card: #fffaf0;
|
||||
--foreground: #2d2a22;
|
||||
--primary-cta: #fca311;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta: #fffaf0;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #CEE7FF;
|
||||
--accent: #f9d423;
|
||||
--background-accent: #f9f1d0;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user