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

@@ -46,8 +46,8 @@
var dd = 2 * dxy * ny;
var stepX = 0.1;
var stepY = 0.1;
var clp = "#0000ff";
var otherColor = "#ff0000";
var clp = "#9999ff";
var otherColor = "#ee0000";
var cll = "#000000";
var xPos = -45;
var yPos = -30;