From: Danilo M. Date: Sun, 5 Apr 2026 08:27:55 +0000 (+0200) Subject: tweak: increase matrix rain canvas opacity X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=e686b06ea46ae25dba0a40a259f2937b3abf7a7c;p=danix2-hugo-theme.git tweak: increase matrix rain canvas opacity 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 --- 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 {