Merge version_3 into main #2

Merged
development merged 3 commits from version_3 into main 2026-01-06 13:36:52 +00:00
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: #000000;;
--card: #1a1a1a;; --card: #1a1a1a;;
--foreground: #ffffffe6;; --foreground: #ffffffe6;;
--primary-cta: #facc15;; --primary-cta: #facc15;;

View File

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

View File

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