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