2018-12-14 14:38:36 +01:00
|
|
|
html,
|
|
|
|
|
body,
|
2018-12-12 18:06:25 +01:00
|
|
|
#root {
|
2018-12-14 14:38:36 +01:00
|
|
|
background-color: black;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 0;
|
2018-12-12 18:06:25 +01:00
|
|
|
}
|
2018-12-14 14:38:36 +01:00
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
|
}
|