Râu Cao a8a8fba14c
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update release notes draft
Change styling of Devise shared links
2023-03-19 18:07:09 +07:00

9 lines
187 B
CSS

@layer components {
.ks-text-link {
@apply text-blue-600;
&:hover { @apply underline; }
&:visited { @apply text-indigo-600; }
&:active { @apply text-red-600; }
}
}