Merge version_5 into main #4

Open
development wants to merge 4 commits from version_5 into main
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a; --background: #000602;
--card: #0d1d0d; --card: #0d1d0d;
--foreground: #e6ffe6; --foreground: #e6ffe6;
--primary-cta: #1cde5d; --primary-cta: #1cde5d;

View File

@@ -1266,4 +1266,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -206,4 +206,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }