From 6fd9c1dd54e32b37fae9affd9b4980270fde5a12 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 11 May 2026 14:11:05 +0200 Subject: refactor(header): port matrix rain to frame-skip engine with CSS var colors Replaces float-y trail model with frame-skip column model matching repo-html-structure/.assets/matrix-rain.js. Key changes: pre-shuffled ASCII+katakana CHARS pool with sequential charIndex advance, distinct lead char in --text color, trail drawn in --accent/--accent2 read from CSS vars, hexToRgba bg clear using --bg2, DOMContentLoaded wrapper restored to fix null querySelector in context. Co-Authored-By: Claude Sonnet 4.6 --- head.html | 163 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 94 insertions(+), 69 deletions(-) (limited to 'head.html') diff --git a/head.html b/head.html index 56af0ea..8f1b96b 100644 --- a/head.html +++ b/head.html @@ -34,67 +34,26 @@ document.addEventListener('DOMContentLoaded', function() {