.page-link {
  color: var(--colorPrimary);
}

.page-link:hover {
  color: var(--colorPrimaryDark);
}