Files
factorio-signal-exporter/web/app/globals.css
2026-06-04 11:44:20 +02:00

18 lines
309 B
CSS

@import 'tailwindcss';
:root {
--background: #111827;
--foreground: #f9fafb;
}
@theme inline {
--color-background: var(--background);
--color-foreground: var(--foreground);
}
body {
background: var(--background);
color: var(--foreground);
font-family: ui-sans-serif, system-ui, sans-serif;
}