mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
lighter background
This commit is contained in:
parent
2e49acef49
commit
455cf84850
2 changed files with 6 additions and 2 deletions
|
@ -17,7 +17,11 @@ export default function App({ Component, pageProps }: AppProps) {
|
|||
<title>Érettségi kereső</title>
|
||||
</Head>
|
||||
<NextUIProvider className={`${inter.variable} font-sans`}>
|
||||
<NextThemesProvider attribute="class" defaultTheme="dark">
|
||||
<NextThemesProvider
|
||||
attribute="class"
|
||||
defaultTheme="dark"
|
||||
enableSystem={true}
|
||||
>
|
||||
<Component {...pageProps} />
|
||||
</NextThemesProvider>
|
||||
</NextUIProvider>
|
||||
|
|
|
@ -62,7 +62,7 @@ export default function Home() {
|
|||
])
|
||||
|
||||
return (
|
||||
<main className="dark text-foreground bg-background">
|
||||
<main className="dark:bg-[#121212] text-foreground bg-background">
|
||||
<div className="flex min-h-screen flex-col items-center justify-between p-24">
|
||||
<div className="container mx-auto mt-15">
|
||||
<div className="flex flex-col items-center justify-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue