first commit

This commit is contained in:
2025-02-20 13:09:43 -03:00
commit a5dec435c5
17 changed files with 9655 additions and 0 deletions

15
dashboard_js/app/app.css Normal file
View File

@@ -0,0 +1,15 @@
@import "tailwindcss";
@theme {
--font-sans: "Roboto", 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;
}
}