Skip to content

Commit

Permalink
fix/ improve white matrix color
Browse files Browse the repository at this point in the history
  • Loading branch information
dadedeandrade committed Jun 24, 2023
1 parent 83a45c0 commit 823561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/matrixEffect.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const draw = () => {
context.fillStyle = "rgba(255, 255, 255, 0.05)";
context.fillRect(0, 0, canvas.width, canvas.height);

context.fillStyle = "rgba(0, 0, 0, 0.175)";
context.fillStyle = "rgba(0, 0, 0, 0.475)";
context.font = fontSize + "px monospace";

for (let i = 0; i < rainDrops.length; i++) {
Expand Down

1 comment on commit 823561a

@vercel
Copy link

@vercel vercel bot commented on 823561a Jun 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.