This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
moonlight-skulk/moonlight/moonlight.css

16 lines
226 B
CSS

body {
margin: 0;
background-color: #000000;
color: #c8c8c8;
text-align: center;
align: center;
}
#uiGameContainer {
position: absolute;
}
#uiGameDisplay {
position: relative;
align: center;
}