mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
11 lines
122 B
CSS
11 lines
122 B
CSS
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
background-color: black;
|
|
}
|
|
|
|
canvas {
|
|
background-color: black;
|
|
}
|