Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
wr3yth authored Aug 12, 2024
1 parent 426301b commit 77567f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ input[type="button"]:hover {
justify-content: space-between;
}

#resultBox, #decimalResultBox {
#resultBox, #resultBox2, #decimalResultBox {
width: 48%;
height: 120px;
background-color: #373b41;
Expand All @@ -71,9 +71,7 @@ input[type="button"]:hover {
box-sizing: border-box;
}

#decimalResultBox {
background-color: #2c2f33; /* Slightly different color to differentiate */
}



#calculator {
Expand All @@ -87,4 +85,4 @@ input[type="text"]::placeholder {
input[type="text"]:focus {
outline: none;
border-color: #5f819d;
}
}

0 comments on commit 77567f5

Please sign in to comment.