Marie Birner a60606bbe4
All checks were successful
CI/CD Pipeline / test (push) Successful in 14m12s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped
[TASK] add icons to back button and download button
2025-05-03 16:26:43 +02:00

18 lines
340 B
SCSS

.link {
&-primary {
@apply text-primary-600 dark:text-primary-200 hover:text-primary-900 hover:dark:text-primary-300 underline;
}
&-dark {
@apply text-primary-900 hover:text-primary-950 underline;
}
&-white {
@apply text-white hover:text-primary-100 underline;
}
&-no-underline {
@apply no-underline;
}
}