From 664b490a5ea064f510c207d4ffa5e7cef19743e2 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Tue, 30 Dec 2025 11:47:15 +0100 Subject: [PATCH] Update index.php --- index.php | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) 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";