6 lines
184 B
CSS
6 lines
184 B
CSS
window {
|
|
background-image: url("/home/fern/Nextcloud/Pictures/Wallpapers/ferns0.jpg");
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|