Files
luminance/src/index.css
T

18 lines
257 B
CSS

:root {
}
body {
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
}
html,
body,
#root {
height: 100%;
}