.toplink {
  background-image: url("img/arrow-green.svg");
  background-size: 24px;
  transform: rotate(90deg);
}

.toplink:hover {
  background-image: url("img/arrow-white.svg");
  background-size: 24px;
  transform: rotate(90deg);
}
