@keyframes pulse-bg { from { } 10% { background-color: #60606060; } to { } } .pulse { animation: 1.5s ease 0s 1 pulse-bg; }