Move navbar styles to globals.css, fix active underline logic
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
import Navbar from '@/components/Navbar';
|
||||
import './globals.css';
|
||||
|
||||
export const metadata = {
|
||||
title: 'La Huasca',
|
||||
@@ -12,7 +13,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body style={{ margin: 0, fontFamily: 'system-ui, sans-serif', background: '#FAF7F0', color: '#1a1a1a' }}>
|
||||
<body>
|
||||
<Navbar />
|
||||
{children}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user