diff --git a/calculator.html b/calculator.html index 83f569b..8160564 100644 --- a/calculator.html +++ b/calculator.html @@ -85,6 +85,10 @@ grid-gap: 20px; padding: 20px; } + .num { + color: #000; + background-color: #FFD9F2; + } @@ -95,28 +99,28 @@