Files
web-hosts/chuckie.coppertone.tech/app/canva-app/src/index.css
2025-12-26 13:38:04 +01:00

11 lines
183 B
CSS

:root {
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
color: #0f172a;
}
body {
margin: 0;
padding: 16px;
background: #f8fafc;
}