Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8895725d63 | |||
| 726814f998 | |||
| 27b94061c0 | |||
| c602138676 | |||
| e8e44240bc |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #fcfcfc;
|
||||
--foreground: #0f0003e6;
|
||||
--primary-cta: #c1121f;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #f8fcff;
|
||||
--card: #ffffff;
|
||||
--foreground: #00101f;
|
||||
--primary-cta: #409fff;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #c7e2fc;
|
||||
--background-accent: #9bcfff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1266,4 +1266,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -341,4 +341,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user