/ concept-collection / mdshare
Sign in
concept-collection / mdshare
mdshare / src / index.css
17 lines · 227 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, Helvetica, Arial,
14 sans-serif;
15 color: #1a1a1a;
16 background: #fff;
moveopenescclose