]> danix's work - danix2-hugo-theme.git/commitdiff
tweak: increase matrix rain canvas opacity
authorDanilo M. <redacted>
Sun, 5 Apr 2026 08:27:55 +0000 (10:27 +0200)
committerDanilo M. <redacted>
Sun, 5 Apr 2026 08:27:55 +0000 (10:27 +0200)
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 <redacted>
assets/css/components/hero.css

index 9672ffdbb09c3d67382587889e8716d68d8d243c..567a3e993b587554431f6235bb349603bf9fab5d 100644 (file)
 #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 {