mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
13 lines
160 B
CSS
13 lines
160 B
CSS
canvas {
|
|
cursor: default;
|
|
outline: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
body {
|
|
background-color: black;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|