Skip to content

Commit

Permalink
Removed border radius from the navbar (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
AftabMankapure authored Feb 21, 2024
1 parent 5240aab commit e1d2e7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,8 @@ header {
background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(46, 151, 192, 0.8));
backdrop-filter: blur(50px);
-webkit-backdrop-filter: blur(50px);
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, 0.18);
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
box-shadow: 0 20px 16px 0 rgba(0, 0, 0, 0.37);
}

.navbar a {
Expand Down

0 comments on commit e1d2e7d

Please sign in to comment.