also changed wasm name from pirates to index to save like 9 bytes also changed to "s" opt level to save like 9 bytes
12 lines
171 B
CSS
12 lines
171 B
CSS
body {
|
|
margin: 0;
|
|
background-color: #222222;
|
|
}
|
|
|
|
#window {
|
|
display: block;
|
|
margin: auto;
|
|
height: 100vh;
|
|
max-width: 100vw;
|
|
image-rendering: crisp-edges;
|
|
}
|