Files
retake.fr/css/tailwind.css
l-nmch 30a8bd8e2d
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
first commit
2026-03-20 23:35:16 +01:00

11 lines
130 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
body {
@apply dark:bg-trueGray-900;
}
}