From 2fe82988f419daedbd8fd90c2e03863552394a9b Mon Sep 17 00:00:00 2001 From: "Claude (Opus 4.6)" Date: Mon, 23 Mar 2026 20:00:42 +0000 Subject: [PATCH] [claude] WebGL context loss recovery: Matrix green overlay (#63) (#83) --- the-matrix/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/the-matrix/index.html b/the-matrix/index.html index eb03c35..a58cfea 100644 --- a/the-matrix/index.html +++ b/the-matrix/index.html @@ -486,8 +486,9 @@ pointer-events: none; } #webgl-recovery-overlay .recovery-text { - color: #5577aa; font-family: 'Courier New', monospace; + color: #22aa66; font-family: 'Courier New', monospace; font-size: 15px; letter-spacing: 3px; + text-shadow: 0 0 10px #11663388; animation: ctx-blink 1.2s step-end infinite; } @keyframes ctx-blink {