::selection {
  background: #111;
  color: #fff;
}

::-moz-selection {
  background: #111;
  color: #fff;
}

a {
  color: #111;
}

a:hover,
a:focus {
  color: #111;
}

.bg-dark a:hover,
.bg-dark a:focus {
  color: #fff;
}
