Files
praxis/client/src/index.css
T
Praxis CI fbd6602814 docs(milestone): complete v0.1 foundation
---ci---
phase: 0
milestone: v0.1
status: complete
---/ci---
2026-08-01 13:32:48 +00:00

16 lines
257 B
CSS

/* Praxis v0.1 — minimal global reset (voice-first, no marketing chrome). */
:root {
font-family: system-ui, -apple-system, sans-serif;
color: #1a1a1a;
background: #fff;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
min-height: 100vh;
}