a {
  text-decoration: none;
  color: var(--links);
}

a:hover {
  text-decoration: underline;
}

a:has(svg):hover {
  color:black;
  &.trash { color:red; }
}
