Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
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 */
/* --vw is set by ThemeProvider */
--background: #0a0a0a;;
--background: #000000;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #facc15;;

View File

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

View File

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