Resolves #849 -- contrast on HEAD

This commit is contained in:
Peter Cottle 2021-06-13 17:11:29 -06:00
parent ee25808e0f
commit 2be71c2254

View file

@ -21,7 +21,7 @@ var GRAPHICS = {
defaultAnimationTime: 400,
rectFill: 'hsb(0.8816909813322127,0.6,1)',
headRectFill: '#2831FF',
headRectFill: '#7278FF',
rectStroke: '#FFF',
rectStrokeWidth: '3',
@ -51,4 +51,3 @@ var GRAPHICS = {
exports.TIME = TIME;
exports.GRAPHICS = GRAPHICS;
exports.VIEWPORT = VIEWPORT;