/ concept-collection / mesh-converter
Sign in
concept-collection / mesh-converter
mesh-converter / src / index.css
18 lines · 247 BBlameHistoryRaw
1* {
2 box-sizing: border-box;
3}
5html,
6body,
7#root {
8 margin: 0;
9 height: 100%;
12body {
13 font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
14 font-size: 14px;
15 line-height: 1.5;
16 color: #d6d9de;
17 background: #16181d;
moveopenescclose