Remove unused animate-gradient-x CSS animation

The gradient-x animation was no longer used after simplifying
gradients to solid colors throughout the application.
This commit is contained in:
rcourtman
2026-02-01 21:31:52 +00:00
parent 4c1e4ab3ed
commit f0aca773eb
-17
View File
@@ -456,23 +456,6 @@ body,
animation: float 6s ease-in-out infinite;
}
@keyframes gradient-x {
0%,
100% {
background-size: 200% 200%;
background-position: left center;
}
50% {
background-size: 200% 200%;
background-position: right center;
}
}
.animate-gradient-x {
animation: gradient-x 3s ease infinite;
}
.delay-100 {
animation-delay: 100ms;