Skip to content

Commit

Permalink
Gradient for the button
Browse files Browse the repository at this point in the history
  • Loading branch information
Benevanio committed Jan 11, 2023
1 parent 622e8e7 commit 97b19d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
border-bottom-right-radius: 5px;
}
button:hover {
background: #2e02f5;
background: rgb(192,45,147);
background: linear-gradient(332deg, rgba(192,45,147,1) 1%, rgba(18,182,217,1) 63%);
border: 2px solid #e3ee83;
color: rgb(241, 234, 234);
}
Expand Down

0 comments on commit 97b19d9

Please sign in to comment.