From f8c5ea3b6edeff9d7b230b3a90d604f511aa53ff Mon Sep 17 00:00:00 2001 From: phranck Date: Mon, 2 Feb 2026 00:41:13 +0100 Subject: [PATCH] Fix: Remove duplicate crt-scanline keyframes (old fast version) The old 'background-position' animation was still present and overriding the new slower 'translateY' version. Now only the 30s animation remains active. --- docs/app/globals.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/app/globals.css b/docs/app/globals.css index 35e4c7c..551da0a 100644 --- a/docs/app/globals.css +++ b/docs/app/globals.css @@ -144,16 +144,6 @@ code { font-family: var(--font-geist-mono), ui-monospace, monospace; } -/* CRT scanline glow — faint band sweeping top to bottom */ -@keyframes crt-scanline { - 0% { - background-position: 0 -30%; - } - 100% { - background-position: 0 130%; - } -} - /* Cloud animation keyframes — slow, massive wandering paths */ @keyframes cloud-drift { 0% {