initial commit

This commit is contained in:
Zoe
2025-09-02 22:12:07 -05:00
commit a89754f070
25 changed files with 1243 additions and 0 deletions

9
src/app.css Normal file
View File

@@ -0,0 +1,9 @@
@import 'tailwindcss';
body, html {
@apply bg-neutral-950 text-white font-sans min-h-screen;
}
a {
@apply text-pink-600 underline hover:no-underline;
}