mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-25 10:25:42 +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;
|
||
|
}
|