Kontraste verbessert und Standard-Theme auf Dunkel gesetzt
All checks were successful
Staging Build / build (push) Successful in 3m40s

This commit is contained in:
DanielS
2026-07-03 00:15:54 +02:00
parent a4414cc0e6
commit d72f0b10db
2 changed files with 77 additions and 38 deletions

View File

@@ -32,8 +32,8 @@ export default function RootLayout({
<body className={`${geistSans.className} antialiased`}>
<ThemeProvider
attribute="class"
defaultTheme="system"
enableSystem
defaultTheme="dark"
enableSystem={false}
disableTransitionOnChange
>
<InactivityTracker />