Skip to content

Commit

Permalink
feat: modified background color to transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
kz44 committed Feb 8, 2024
1 parent bcd6755 commit 534589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/sportsmatch-app/src/styles/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
nav{
width: 330px;
height: 60px;
background: #fff;
background: rgba(255, 255, 255, 0.5);;
border-radius: 10px;
}

0 comments on commit 534589e

Please sign in to comment.