From 81933350396703487166b540bf1ef05dfe4e8feb Mon Sep 17 00:00:00 2001 From: phranck Date: Mon, 2 Feb 2026 00:39:30 +0100 Subject: [PATCH] Fix: Slow down CRT scanline animation from 8s to 30s --- docs/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app/globals.css b/docs/app/globals.css index 0b33030..35e4c7c 100644 --- a/docs/app/globals.css +++ b/docs/app/globals.css @@ -359,7 +359,7 @@ code { } @utility animate-crt-scanline { - animation: crt-scanline 8s linear infinite; + animation: crt-scanline 30s linear infinite; } @keyframes cloud-drift-slow {