Skip to content

Commit

Permalink
style: add button click effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezy-d4 committed Dec 14, 2024
1 parent 29b4d6f commit fc14f63
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,10 @@ button:hover {
cursor: pointer;
}

.clear:active,
.backspace:active,
.operand:active,
.operator:active {
background-color: rgba(68, 72, 90, 0.87);
}

0 comments on commit fc14f63

Please sign in to comment.