1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-07-26 00:01:24 +00:00

ACCESSIBLITYYY

This commit is contained in:
2024-11-06 20:39:04 -07:00
parent a22a3c02ad
commit cc77010f11
2 changed files with 16 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ class Mover {
this.applyForce(force);
noStroke();
fill(100, 100, 50, 100);
fill(100, 255, 100, 100);
ellipse(mouseX, mouseY, 30);
}
}