Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f7b7d893b | |||
| 50945b0869 | |||
| 3b4466cb2c | |||
| a252479caf | |||
| 756eaea081 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #faf8f3;
|
--background: #ffffff;
|
||||||
--card: #fff5eb;
|
--card: #f7fffa;
|
||||||
--foreground: #2d2a24;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #3d9d4d;
|
--primary-cta: #0a7039;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #ffd700;
|
--accent: #a8d9be;
|
||||||
--background-accent: #e6cc80;
|
--background-accent: #6bbf8e;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1274,4 +1274,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -370,4 +370,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user