transport/main.css
2018-04-16 17:53:47 -04:00

22 lines
286 B
CSS

* {
padding: 0;
margin: 0;
}
html {
background-color: #1e1e1e;
}
html, body, canvas {
overflow: none;
}
canvas {
position: fixed !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
top: 0 !important;
}
/*# sourceMappingURL=main.css.map*/