li {
  cursor: pointer;
}

li:hover {
  text-decoration: underline;
}
