a {
    &:not(.btn) {
        @apply text-link-unvisited underline;
    }
}

a:visited {
    &:not(.btn) {
        @apply text-link-visited;
    }
}
