10 lines
158 B
CSS
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;
|
|
}
|