From e686b06ea46ae25dba0a40a259f2937b3abf7a7c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 5 Apr 2026 10:27:55 +0200 Subject: tweak: increase matrix rain canvas opacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increased opacity from 0.25→0.4 (dark) and 0.35→0.5 (light) to make the matrix rain effect more visible on the hero section. Co-Authored-By: Claude Haiku 4.5 --- assets/css/components/hero.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/components/hero.css b/assets/css/components/hero.css index 9672ffd..567a3e9 100644 --- a/assets/css/components/hero.css +++ b/assets/css/components/hero.css @@ -16,12 +16,12 @@ #matrix-canvas { position: absolute; inset: 0; - opacity: 0.25; + opacity: 0.4; pointer-events: none; } html.theme-light #matrix-canvas { - opacity: 0.35; + opacity: 0.5; } .hero-content { -- cgit v1.2.3