Files
routeros-traffic/frontend/app/globals.css
Mateusz Gruszczyński 5429f176c9 first commit
2026-03-04 15:21:03 +01:00

9 lines
190 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root { color-scheme: dark; }
html, body { height: 100%; }
body { @apply bg-zinc-950 text-zinc-100; }
a { @apply text-zinc-100; }