.sw-text-button {
  transition: all 0.2s ease-in;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.sw-text-button:hover,
.sw-text-button:focus {
  @apply .text-secondary-120;
  text-decoration-color: theme('colors.secondary.100');
}

.sw-text-button:hover span,
.sw-text-button:focus span {
  @apply .bg-secondary-20 .text-secondary-100;
}
