Fix: Slow down CRT scanline animation from 8s to 30s

This commit is contained in:
phranck
2026-02-02 00:39:30 +01:00
parent 3cbcce9b88
commit 8193335039
+1 -1
View File
@@ -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 {