Skip to content

Commit

Permalink
Cursor Pointer Added & Key Hover Text Color
Browse files Browse the repository at this point in the history
  • Loading branch information
markdavepanado committed Mar 12, 2020
1 parent 571a818 commit e0d0801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ body {

.key {
transition: all 0.07s ease;
cursor: pointer;
}

.text-container {
Expand Down Expand Up @@ -125,7 +126,8 @@ body {
box-shadow: 0px 0px 5px 5px rgba(253, 255, 230, 0.5);
}

.playing .sound {
.playing .sound,
.key:hover .sound {
color: #fdffe6 !important;
}

Expand Down

0 comments on commit e0d0801

Please sign in to comment.