We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103f4ec commit 734d90aCopy full SHA for 734d90a
1 file changed
pages/children/cps-tester.html
@@ -852,9 +852,9 @@ <h1>CPS Tester</h1>
852
853
/* Colours */
854
const BG = "transparent";
855
- const BODY_F = "#1a1a1a";
+ const BODY_F = "#ffffff";
856
const BODY_S = "#888";
857
- const BTN_IDLE = "#1a1a1a";
+ const BTN_IDLE = "#ffffff";
858
const BTN_FLASH= "#4af"; /* bright blue-white flash */
859
const LINE_C = "#666";
860
const WHEEL_F = "#555";
0 commit comments