[TASK] style new user action in list view

This commit is contained in:
Marie Birner
2025-05-05 20:20:52 +02:00
parent 35a5a55140
commit 6b8b4ba1d2
3 changed files with 121 additions and 46 deletions

View File

@ -4,4 +4,8 @@
.h2 {
@apply font-bold uppercase tracking-wide text-center rounded-t-md text-primary-950 dark:text-white bg-gray-200 dark:bg-primary-950 bg-opacity-80 text-lg px-3 py-3;
}
.h3 {
@apply text-center text-xl uppercase tracking-wide font-bold text-primary-900 dark:text-white;
}