Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee5f17ad1b | |||
| 6aaca7eb6b | |||
| ba36f09925 | |||
| 4383070d9f | |||
| f30c6ee686 | |||
| e7a650227f |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #f5faff;;
|
||||
--card: #f1f8ff;;
|
||||
--foreground: #001122;;
|
||||
--primary-cta: #15479c;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #a8cce8;;
|
||||
--background-accent: #7ba3cf;;
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #001a4d;;
|
||||
--primary-cta: #15ad59;;
|
||||
--secondary-cta: #ffcc00;;
|
||||
--accent: #ffcc00;;
|
||||
--background-accent: #fff5cc;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1261,4 +1261,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -303,4 +303,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user