website: more poly line tweaks

This commit is contained in:
Jack Pearkes 2014-07-27 23:12:37 -04:00
parent d97a235f77
commit 91331ce763
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Engine.Shape.Puller.prototype = {
}
ctx.closePath();
ctx.lineWidth = 0.4 * scale;
ctx.strokeStyle = 'rgba(108,0,243,0.1)';
ctx.strokeStyle = 'rgba(108,0,243,0.15)';
ctx.stroke();
if (this.alpha < 1) {