Files
Brancheneinstufung2/content-engine/frontend/src/index.css

9 lines
108 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-slate-900 text-slate-100;
}