We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879b4f4 commit dcf5db1Copy full SHA for dcf5db1
1 file changed
index.html
@@ -87,10 +87,10 @@ <h1><a style="text-decoration: none; color: #f1c40f; margin-left: 1.25rem;" href
87
<td>
88
<div class="row">
89
<div class="col">
90
- <button style="background-color: #f01600; font-weight: bold; color: #ecf0f1; width: 8vw;font-size: 35px;" onclick="clearAll()">C</button>
+ <button style="background-color: #f01600; font-weight: bold; color: #ecf0f1; width: 8vw;" onclick="clearAll()">C</button>
91
</div>
92
93
- <button style="background-color: #f01600; font-weight: bold; color: #ecf0f1;width: 8vw;font-size: 35px;" onclick="deleteLastEntry()">CE</button>
+ <button style="background-color: #f01600; font-weight: bold; color: #ecf0f1;width: 8vw;" onclick="deleteLastEntry()">CE</button>
94
95
96
0 commit comments