1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.dirty { color: #900C3F; } .wasSaved { animation: 1s wasSaved 1; } @keyframes wasSaved { from { background-color: #DAF7A6; } to { background-color: transparent; } }