Apply La Huasca brand colors across layout, nav, login, admin, user and home
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body style={{ margin: 0, fontFamily: 'system-ui, sans-serif' }}>
|
||||
<body style={{ margin: 0, fontFamily: 'system-ui, sans-serif', background: '#FAF7F0', color: '#1a1a1a' }}>
|
||||
<Navbar />
|
||||
{children}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user