Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilritgithub authored Sep 17, 2024
1 parent e095d18 commit dbd9e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
color: var(--white);
background-color: #474fa0;
white-space: nowrap;
border-radius: 4px;
border-radius: 5px;
transition: 0.3s;
cursor: pointer;
}
Expand Down Expand Up @@ -86,7 +86,7 @@ header::before {
top: 0;
left: 0;
width: 100%;
height: 100%;
height: 102%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
z-index: -1;
}
Expand Down

0 comments on commit dbd9e7e

Please sign in to comment.