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.
This commit is contained in:
phranck
2026-02-02 00:41:13 +01:00
parent 8193335039
commit f8c5ea3b6e
-10
View File
@@ -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% {