initial commit

This commit is contained in:
2021-04-07 12:21:17 -04:00
commit 5633baedb3
41 changed files with 922 additions and 0 deletions

11
tailwind.css Normal file
View File

@@ -0,0 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.paginator-text {
@apply text-gray-600 font-bold py-2 px-4;
}
.post-tag {
@apply inline-block text-xs rounded-full py-2 px-4 mt-1 mr-1 bg-gray-300 dark:bg-gray-500;
}