Skip to content

Commit

Permalink
color
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakansh-tandon committed Jan 31, 2025
1 parent 658c726 commit 1ed108e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body {

/* Navbar Styles */
.navbar {
background: #2ecc19;
background: #2F2441;
padding: 1rem 2rem;
position: fixed;
top: 0;
Expand All @@ -27,7 +27,7 @@ body {
z-index: 1000;
backdrop-filter: blur(10px);
/* border-radius: 5px; */
border: 5px rgba(26, 209, 64, 0.95) solid;
border: 5px rgba(47, 36, 65, 0.95) solid;
}

.logo {
Expand Down

0 comments on commit 1ed108e

Please sign in to comment.