Skip to content

Commit

Permalink
Merge pull request #13 from iMuhammad3/master-1
Browse files Browse the repository at this point in the history
Update calc_style.css
  • Loading branch information
AlexFlorides authored Aug 26, 2023
2 parents 7f26772 + c6f885d commit f4ca393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/calc_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ button {

button:hover {
background-color: #999999;
cursor: pointer;
}

.operator {
Expand All @@ -81,4 +82,4 @@ button:hover {
#equal_sign {
width: 100%;
border-radius: 15px;
}
}

0 comments on commit f4ca393

Please sign in to comment.