Spaces:
Running
Running
Update index.html
Browse files- 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 = '#
|
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++) {
|