mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
10 lines
241 B
CSS
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;
|
|
}
|