From d17c8e5b4ceab00da1327e60aa6532d6d5d9c5a9 Mon Sep 17 00:00:00 2001 From: Justin Schreiner Date: Tue, 26 Nov 2024 11:01:53 -0700 Subject: [PATCH] solid navbar --- src/components/layout/navbar.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/layout/navbar.tsx b/src/components/layout/navbar.tsx index 6244887..ce2f994 100644 --- a/src/components/layout/navbar.tsx +++ b/src/components/layout/navbar.tsx @@ -21,8 +21,9 @@ export function Navbar(): JSX.Element { justifyContent: 'space-between', alignItems: 'center', p: 2, - backgroundColor: 'rgba(0, 0, 0, 0.1)', + backgroundColor: 'rgb(8, 13, 23)', height: '75px', + zIndex: 100, }} >