Files
server-26/drb-frontend/app/globals.css
T
2026-04-06 02:45:18 -04:00

10 lines
158 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import 'leaflet/dist/leaflet.css';
html, body {
@apply bg-gray-950 text-gray-100 font-mono;
}