Skip to content

Commit

Permalink
Merge pull request #249 from aritroo/main
Browse files Browse the repository at this point in the history
Added Buttons hover effect
  • Loading branch information
anuragverma108 authored Oct 2, 2024
2 parents 92da7b4 + 3303635 commit 64e8c88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,12 @@ body {
padding: 10px 32px;
}

.tab-btn:hover{
background-color: var(--sonic-silver);
color: var(--baby-powder);
transition: background-color 0.2s var(--cubic-in), color 0.2s var(--cubic-in);
}

.tab-btn.active {
background-color: var(--pistachio);
color: var(--white);
Expand Down

0 comments on commit 64e8c88

Please sign in to comment.