Implement theming

This commit is contained in:
Aaron William Po
2023-04-21 23:31:09 -04:00
parent 070d537a6a
commit 2dfb080d0c
5 changed files with 76 additions and 25 deletions

View File

@@ -3,5 +3,5 @@
@tailwind utilities;
.card {
@apply shadow-md card-compact bg-base-300
}
@apply card-compact bg-base-300;
}