.link-transition:focus .new-window {
  opacity: 1;
}

.facebook:focus {
  fill: #3b5998;
}

.twitter:focus {
  fill: #1da1f2;
}

.instagram:focus {
  fill: #e1306c;
}

.youtube:focus {
  fill: #cd201f;
}

.github:focus {
  fill: #6cc644;
}

.gitlab:focus {
  fill: #fc6d26;
}

.keybase:focus {
  fill: #3d76ff;
}

.linkedin:focus {
  fill: #0077b5;
}

.medium:focus {
  fill: #0077b5;
}

.mastodon:focus {
  fill: #3088d4;
}

.slack:focus {
  fill: #e01e5a;
}

.stackoverflow:focus {
  fill: #f48024;
}

.rss:focus {
  fill: #ff6f1a;
}

.nested-links a,
a {
  color: #5e2ca5;
}
.nested-links a:hover,
.nested-links a:focus,
a:hover,
a:focus {
  color: #8650c6;
}
