Files
SpecterOps-Nemesis/projects/frontend/src/index.css
T
Lee Christensen 8035a6a168 add code
2025-06-13 11:33:07 +02:00

20 lines
287 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
}
body {
margin: 0;
min-width: 320px;
min-height: 100vh;
}
#root {
width: 100%;
height: 100vh;
}