Accessibility colors

This commit is contained in:
2021-08-19 17:45:00 -07:00
parent eb9808ecba
commit 18a73d5392
14 changed files with 46 additions and 46 deletions

View File

@@ -42,7 +42,7 @@
var ctx = c.getContext("2d");
c.width = window.innerWidth;
c.height = window.innerHeight;
var cll = "#ff0000";
var cll = "#ee0000";
var dz = 10;
var nxb = 25;
var nyb = 25;