Skip to content

Commit

Permalink
added hover feature of level buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mbajji committed Nov 15, 2023
1 parent ce81c0a commit 6c72796
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/LessonSide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
color: colors.$primary-green;
}

.level-button:hover{
background-color: colors.$bg-white;
color: colors.$primary-green;
}
.level-connector {
background-color: colors.$bg-white;
border-color: colors.$bg-white;
Expand Down

0 comments on commit 6c72796

Please sign in to comment.