Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e729c0bf31 | |||
| d9df37a794 | |||
| fac1d9d293 | |||
| c8f9f7f86b |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #000000;;
|
||||||
--card: #fcfcfc;;
|
--card: #1a1a1a;;
|
||||||
--foreground: #000f0fe6;;
|
--foreground: #ffffffe6;;
|
||||||
--primary-cta: #00c9e8;;
|
--primary-cta: #facc15;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1a1a1a;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #737373;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #737373;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1278,4 +1278,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -477,4 +477,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user