in QuizDemo/QuizDemo/Controllers/SourceViewController.swift [114:118]
func tableView(_ tableView: UITableView, didUnhighlightRowAt indexPath: IndexPath) {
if let cell = tableView.cellForRow(at: indexPath) as? SourceEntityCell {
cell.label.textColor = UIColor(red: 1, green: 0.6, blue: 0, alpha: 1)
}
}