mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 18:35:40 +00:00
Change bg colour
This commit is contained in:
parent
8027db6a43
commit
bc9b674a6a
@ -23,7 +23,7 @@ export default function App({Component, pageProps, router}: AppProps) {
|
||||
<>
|
||||
<div className="fixed inset-0 flex justify-center sm:px-8">
|
||||
<div className="flex w-full max-w-7xl lg:px-8">
|
||||
<div className="w-full bg-white dark:bg-black dark:ring-zinc-300/20"/>
|
||||
<div className="w-full bg-white dark:bg-black-950 dark:ring-zinc-300/20"/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="relative">
|
||||
|
@ -70,7 +70,7 @@ export default function Document() {
|
||||
/>
|
||||
</Head>
|
||||
<script dangerouslySetInnerHTML={{__html: modeScript}}/>
|
||||
<body className="flex h-full flex-col dark:bg-black">
|
||||
<body className="flex h-full flex-col dark:bg-black-950">
|
||||
<Main/>
|
||||
<NextScript/>
|
||||
</body>
|
||||
|
@ -11,6 +11,9 @@ module.exports = {
|
||||
colors: {
|
||||
green: {
|
||||
950: '#1fdf64'
|
||||
},
|
||||
black: {
|
||||
950: '#0a0a0a'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user