mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
style: styling
This commit is contained in:
parent
420bc2cee3
commit
b56231c3db
@ -48,7 +48,9 @@ export default function App({ Component, pageProps }: AppProps): JSX.Element {
|
||||
<meta name="theme-color" content="#3366FF" />
|
||||
</Head>
|
||||
<Navbar />
|
||||
<Component {...pageProps} />
|
||||
<div className='iu-is-the-best h-screen text-black dark:text-gray-100 bg-white dark:bg-discord-dark'>
|
||||
<Component {...pageProps} />
|
||||
</div>
|
||||
<Footer />
|
||||
</ThemeProvider>
|
||||
)
|
||||
|
||||
@ -28,7 +28,7 @@ class MyDocument extends Document {
|
||||
}}
|
||||
/>
|
||||
</Head>
|
||||
<body className="iu h-screen text-black dark:text-gray-100 bg-white dark:bg-discord-dark">
|
||||
<body className="h-screen text-black dark:text-gray-100 bg-white dark:bg-discord-dark">
|
||||
<Main />
|
||||
<NextScript />
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user