darkc0de commited on
Commit
f75ded7
·
verified ·
1 Parent(s): 580beb5

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -818,7 +818,7 @@
818
  matrixCtx.fillStyle = 'rgba(0, 0, 0, 0.04)'; // Slower fade for more pronounced trails
819
  matrixCtx.fillRect(0, 0, matrixCanvas.width, matrixCanvas.height);
820
 
821
- matrixCtx.fillStyle = '#0F0'; // Green text (classic matrix)
822
  matrixCtx.font = matrixFontSize + 'px monospace';
823
 
824
  for (let i = 0; i < matrixDrops.length; i++) {
 
818
  matrixCtx.fillStyle = 'rgba(0, 0, 0, 0.04)'; // Slower fade for more pronounced trails
819
  matrixCtx.fillRect(0, 0, matrixCanvas.width, matrixCanvas.height);
820
 
821
+ matrixCtx.fillStyle = '#0088ff'; // Green text (classic matrix)
822
  matrixCtx.font = matrixFontSize + 'px monospace';
823
 
824
  for (let i = 0; i < matrixDrops.length; i++) {