2023-10-16 18:46:36 +02:00
|
|
|
body {
|
|
|
|
background-color: #262930;
|
2024-01-09 12:11:02 +01:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2024-01-09 12:12:56 +01:00
|
|
|
background-image: url(res/wrapper.png);
|
|
|
|
background-repeat: repeat;
|
2024-01-09 12:32:51 +01:00
|
|
|
background-size: 0.1%;
|
2023-10-16 18:46:36 +02:00
|
|
|
}
|