img { animation-name: psy2; animation-duration: 10s; animation-iteration-count: infinite; cursor: default !important; } @keyframes psy2 { 0% { filter: hue-rotate(0deg); } 100% { filter: hue-rotate(360deg); } }