refactor: update

This commit is contained in:
Mauricio Siu
2024-10-24 21:07:36 -06:00
parent cb586c9b74
commit 4309939fd5
104 changed files with 4997 additions and 285 deletions

12
apps/mig/app/tailwind.css Normal file
View File

@@ -0,0 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
@apply bg-white dark:bg-gray-950;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
}