Skip to content

Commit

Permalink
dark changed
Browse files Browse the repository at this point in the history
  • Loading branch information
top-web-talent committed Aug 17, 2023
1 parent 17545b0 commit 056ede0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function RootLayout({
<Meta />
</head>

<body className='text-base bg-white dark:bg-slate-900 dark:text-slate-200' >
<body className='text-base bg-dark bg-slate-900 text-slate-200' >

{/* <Socials /> */}
{/* <Mail /> */}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/Home/sections/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Right from './partials/Right'

const Hero = () => {
return (
<motion.div className='overflow-hidden bg-slate-900 dark:-mb-32 dark:mt-[-6.5rem] dark:pb-32 dark:pt-[4.5rem] dark:lg:mt-[-6.75rem] dark:lg:pt-[4.75rem]' >
<motion.div className='overflow-hidden bg-slate-900 -mb-32 mt-[-6.5rem] pb-32 pt-[4.5rem] lg:mt-[-6.75rem] lg:pt-[4.75rem]' >
<div className='py-16 lg:relative lg:py-20 !pt-24' >
<section className='mx-auto items-center xl:gap-x-16 container' >

Expand Down

0 comments on commit 056ede0

Please sign in to comment.