Skip to content

Commit 734d90a

Browse files
committed
q
1 parent 103f4ec commit 734d90a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/children/cps-tester.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,9 +852,9 @@ <h1>CPS Tester</h1>
852852

853853
/* Colours */
854854
const BG = "transparent";
855-
const BODY_F = "#1a1a1a";
855+
const BODY_F = "#ffffff";
856856
const BODY_S = "#888";
857-
const BTN_IDLE = "#1a1a1a";
857+
const BTN_IDLE = "#ffffff";
858858
const BTN_FLASH= "#4af"; /* bright blue-white flash */
859859
const LINE_C = "#666";
860860
const WHEEL_F = "#555";

0 commit comments

Comments
 (0)