Skip to content

Commit

Permalink
added hover feature of level buttons (#75)
Browse files Browse the repository at this point in the history
* added hover feature of level buttons

* added hover feature of level buttons

* fixed lint errors and added hover feature
  • Loading branch information
mbajji authored Nov 22, 2023
1 parent ce81c0a commit 2bd2098
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/LessonSide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
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 2bd2098

Please sign in to comment.