7 lines
190 B
CSS
7 lines
190 B
CSS
body {
|
|
background-image: url('https://htpc.deathbybandaid.net/assets/theme.park/resources/preset-dark2.png');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
color: #dedede;
|
|
}
|