article > a {
  text-decoration: none;
  display: block;
  color: inherit;
}

article > a:hover {
  background-color: aquamarine;
}
