[chore] update styles and remove path select tests at launch page

This commit is contained in:
Purp1e
2025-03-13 17:53:02 +08:00
parent b77cf75010
commit 9a87b24a14
5 changed files with 364 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className="bg-[rgba(242, 241, 243, 0.65)] dark:bg-zinc-900">
<body className="bg-zinc-100 dark:bg-zinc-900">
<Providers>{children}</Providers>
</body>
</html>