This commit is contained in:
jze9
2026-07-21 16:11:09 +05:00
commit 78862296c4
94 changed files with 6090 additions and 0 deletions

18
frontend/src/index.css Normal file
View File

@@ -0,0 +1,18 @@
@import "tailwindcss";
@theme {
--font-sans: system-ui, "Segoe UI", Roboto, sans-serif;
}
:root {
color-scheme: light dark;
}
body {
margin: 0;
@apply bg-white text-slate-900 dark:bg-slate-950 dark:text-slate-100;
}
#root {
min-height: 100svh;
}