Files
ca-lose/frontend/src/App.css
T
2026-05-24 13:50:41 +02:00

13 lines
153 B
CSS

@import "tailwindcss";
html,
body,
#root {
height: 100%;
margin: 0;
}
body.success-bg {
background: linear-gradient(135deg, #0f172a, #111827);
}