Small design updates

This commit is contained in:
2024-08-25 22:34:18 +02:00
parent 9fc2091065
commit a49045f59a
6 changed files with 32 additions and 13 deletions

View File

@@ -31,6 +31,6 @@
@apply hover:text-opacity-100;
}
.card-status {
@apply uppercase bg-opacity-50 shadow-lg min-h-20 hover:bg-opacity-70;
@apply uppercase shadow-lg bg-opacity-60 min-h-20 hover:bg-opacity-80;
}
}