html, body {
  background: black;
  color: white;
}

a:link {
  color: #1df7ff;
}

a:visited {
  color: #5cff84;
}

[data-icon]::before {
  filter: invert(1);
}