[TASK] edit form on logbook fixes #635

This commit is contained in:
Marie Birner
2025-05-05 21:14:23 +02:00
parent bb78441cc4
commit 81b99ef414
2 changed files with 43 additions and 16 deletions

View File

@ -11,6 +11,10 @@
@apply text-white hover:text-primary-100 underline;
}
&-black {
@apply text-black hover:text-primary-950 dark:text-white hover:dark:text-primary-300 underline;
}
&-no-underline {
@apply no-underline;
}