Skip to content

Commit

Permalink
Changed navbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
MRita443 committed Jan 26, 2025
1 parent 8df04ba commit 88127c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
}

.bg-ni-navbar {
background-image: linear-gradient(180deg, rgba(179, 54, 54, 1) 0%, rgba(162, 49, 49, 1) 100%);
background-image: linear-gradient(180deg, rgba(155, 47, 48, 1) 0%, rgba(145, 42, 44, 1) 100%);
}

.footer-icons svg,
Expand Down

0 comments on commit 88127c0

Please sign in to comment.