1
0
mirror of https://github.com/zumbiepig/MineXLauncher.git synced 2025-06-08 09:24:48 +00:00
2024-07-20 09:12:07 -07:00

10 lines
241 B
CSS

body {
overflow: hidden;
background-color: #1e1e1e;
background-image: url("/resources/images/gifs/loading.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 15vh;
}