body > footer a {
  color: var(--muted);
  text-decoration: none;
}

body > footer a:hover,
body > footer a:focus {
  color: var(--lime);
  text-decoration: underline;
}
