Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfe82cc648 | |||
| 7adcbb6d2c | |||
| 00a46a792a | |||
| 2ee38b775b | |||
| 19553d5bb5 |
@@ -1413,4 +1413,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -250,4 +250,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #fffafa;;
|
||||
--card: #fff7f7;;
|
||||
--foreground: #1a0000;;
|
||||
--primary-cta: #e63946;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #f5c4c7;;
|
||||
--background-accent: #f09199;; */
|
||||
/* --background: #001122;;
|
||||
--card: #041633;;
|
||||
--foreground: #e6f0ff;;
|
||||
--primary-cta: #cee7ff;;
|
||||
--secondary-cta: #0e1a29;;
|
||||
--accent: #3f5c79;;
|
||||
--background-accent: #004a93;; */
|
||||
|
||||
--background: #fffafa;;
|
||||
--card: #fff7f7;;
|
||||
--foreground: #1a0000;;
|
||||
--primary-cta: #e63946;;
|
||||
--background: #001122;;
|
||||
--card: #041633;;
|
||||
--foreground: #e6f0ff;;
|
||||
--primary-cta: #cee7ff;;
|
||||
--primary-cta-text: #fffafa;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #0e1a29;;
|
||||
--secondary-cta-text: #1a0000;;
|
||||
--accent: #f5c4c7;;
|
||||
--background-accent: #f09199;;
|
||||
--accent: #3f5c79;;
|
||||
--background-accent: #004a93;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user