diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-05 10:27:55 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-05 10:27:55 +0200 |
| commit | e686b06ea46ae25dba0a40a259f2937b3abf7a7c (patch) | |
| tree | 83edc49936bebc9394fd464263341f30ad400d3d | |
| parent | 126d0f839fd66bd0b0d7c56931dc2a6f2f6886d3 (diff) | |
| download | danixxyz-theme-e686b06ea46ae25dba0a40a259f2937b3abf7a7c.tar.gz danixxyz-theme-e686b06ea46ae25dba0a40a259f2937b3abf7a7c.zip | |
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 <noreply@anthropic.com>
| -rw-r--r-- | assets/css/components/hero.css | 4 |
1 files 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 { |
