Skip to content

Commit

Permalink
solid navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
justinschreiner committed Nov 26, 2024
1 parent 6355423 commit d17c8e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/layout/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
>
<Link
Expand Down

0 comments on commit d17c8e5

Please sign in to comment.