switched to react router frontend

This commit is contained in:
Fishandchips321 2025-12-21 15:44:17 +00:00
parent 37ee554278
commit 1606d1faf0
27 changed files with 2310 additions and 7198 deletions

15
frontend/app/app.css Normal file
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;
}
}