We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bf66c commit 87ce766Copy full SHA for 87ce766
styles.css
@@ -28,6 +28,8 @@ button:not(.difficulty) {
28
height: 50px;
29
}
30
31
+button {padding: 0;}
32
+
33
#button-1 {background-color: rgb(255, 120, 100); }
34
35
#button-2 {
@@ -62,4 +64,4 @@ button:disabled {
62
64
#warning {color: darkred;}
63
65
#d-easy {background-color: rgb(100, 255, 120)}
66
#d-normal {background-color:rgb(255, 255, 120)}
-#d-hard {background-color:rgb(255, 120, 100)}
67
+#d-hard {background-color:rgb(255, 120, 100)}
0 commit comments