Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
Added hover effect to get_involved section.
closes #1
  • Loading branch information
Ritish134 authored Oct 13, 2023
1 parent 0798eda commit 8b5118f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,13 @@ nav .nav_buttons{
font-size: 25px;
cursor: pointer;
border-radius: 15px;
transition: background-color 0.5s ease, transform 0.5s ease-in-out, color 0.5s ease-in-out;
}

.get_involved .Option:hover {
background-color: rgba(149, 165, 166, 0.1);
transform: scale(1.02);
color : #333;
}

.get_involved #_1{
Expand Down

0 comments on commit 8b5118f

Please sign in to comment.