forked from veda/www_veda_2025
pok
This commit is contained in:
@@ -29,12 +29,12 @@ export default function RootLayout({ children }) {
|
||||
<html
|
||||
lang="en"
|
||||
className={clsx(
|
||||
'h-full scroll-smooth bg-[#FEFFF6] antialiased',
|
||||
'h-full scroll-smooth bg-sand antialiased',
|
||||
inter.variable,
|
||||
lexend.variable,
|
||||
)}
|
||||
>
|
||||
<body className="flex h-full flex-col pt-20">{children}</body>
|
||||
<body className="flex h-full flex-col pt-20 bg-sand">{children}</body>
|
||||
</html>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user