#playlist dd {
  transition: background-color 2s ease;
}

#playlist dd.highlighted {
  background-color: #ffdd96;
}