pussy-landing/src/components/StrongText/StrongText.module.scss

.item {
  color: #d500f9;
}

a.item {
  &:hover {
    color: #d500f9;
    // color: red !important;
    text-decoration: underline;
  }
}

Neighbours