transport/main.css

22 lines
286 B
CSS
Raw Normal View History

2018-04-16 21:53:47 +00:00
* {
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*/