File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default function RootLayout({
57
57
return (
58
58
< html lang = "en" className = { `${ inter . className } ${ spaceMono . variable } ` } suppressHydrationWarning >
59
59
< body >
60
- < div className = { `min-h-screen` } >
60
+ < div className = { `min-h-screen bg-neutral-100 dark:bg-neutral-950 text-gray-800 dark:text-gray-200 ` } >
61
61
< Providers > { children } </ Providers >
62
62
</ div >
63
63
</ body >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ function SmoothScroll() {
49
49
50
50
export default function Portfolio ( ) {
51
51
return (
52
- < div className = "bg-neutral-100 dark:bg-neutral-950 text-gray-800 dark:text-gray-200 transition-colors duration-300" >
52
+ < div className = "transition-colors duration-300" >
53
53
< SmoothScroll />
54
54
< Navbar />
55
55
< div className = "mx-auto max-w-full px-4 sm:px-12 md:px-16 lg:max-w-5xl xl:max-w-6xl 2xl:max-w-7xl" >
You can’t perform that action at this time.
0 commit comments