Skip to content

Commit

Permalink
[Site] Added hover effects on mailing list buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil <[email protected]>
  • Loading branch information
NikhilSharma03 committed Jun 21, 2021
1 parent ddeb8b4 commit 9f26b47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_sass/mailing-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
height: 56px;
border-radius: 5px;
margin: 2rem 0 0;
transition: all .4s;

&:hover{
background-color: #4a5a63;
}
}

.mailinglist-join-button:not(:first-child) {
Expand Down

0 comments on commit 9f26b47

Please sign in to comment.