diff --git a/frontend-modern/src/index.css b/frontend-modern/src/index.css index 539acac8b..9e11c5474 100644 --- a/frontend-modern/src/index.css +++ b/frontend-modern/src/index.css @@ -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;