mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-14 13:21:50 -08:00
12 lines
160 B
CSS
12 lines
160 B
CSS
canvas {
|
|
cursor: default;
|
|
outline: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
body {
|
|
background-color: black;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|