diff --git a/index.php b/index.php index 0a53457..361c830 100644 --- a/index.php +++ b/index.php @@ -17,17 +17,16 @@ if(isset($_GET['theme'])) { betere homesite @@ -179,7 +175,7 @@ const columns = Math.floor(width / fontSize); const drops = Array(columns).fill(1); function drawMatrix() { - ctx.fillStyle = "rgba(0, 0, 0, 0.05)"; + ctx.fillStyle = "rgba(0, 0, 0, 0.08)"; ctx.fillRect(0, 0, width, height); ctx.fillStyle = "#00ff00";