blob: e5e2dcc23baf1920751f342781603919aaaab462 [file] [log] [blame]
Samuel Shuert016ea022021-09-01 16:17:24 -05001html,
2body {
3 padding: 0;
4 margin: 0;
5 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
6 Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
7}
8
9a {
10 color: inherit;
11 text-decoration: none;
12}
13
14* {
15 box-sizing: border-box;
16}