Files
web-app/app/app.css
AINDUSTRIES 23730b81db revert 0f3d8d60b1
revert Clean and add main page to src
2025-03-10 11:45:44 +01:00

16 lines
300 B
CSS

@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;
}
}