initial copy and structuring

This commit is contained in:
Jessi McKissick
2026-05-26 21:08:24 -07:00
commit 41e1ab64fc
20 changed files with 5050 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/* @import "tailwindcss";
@theme {
--font-sans: "Inter", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html,
body {
@apply bg-white dark:bg-gray-950;
@media (prefers-color-scheme: dark) {
color-scheme: dark;
}
} */