First commit

This commit is contained in:
l-nmch
2024-12-18 22:52:39 +01:00
commit be09bfe042
46 changed files with 5378 additions and 0 deletions

10
css/tailwind.css Normal file
View File

@@ -0,0 +1,10 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
body {
@apply dark:bg-trueGray-900;
}
}