a {
  color: #03a9f4;
  transition: color 0.25s ease;
}

a:hover {
  color: #101010;
}

/*# sourceMappingURL=link.css.map */