Style: The new wallpapers have been added to the UI

This commit is contained in:
Julian Kropff
2026-05-13 18:57:26 +02:00
parent 6246615655
commit edcee79a10
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@
}
.background {
-fx-background-color: #000000;
-fx-background-image: url("/images/parquet-black.png");
-fx-background-size: cover; /* Image fills the entire window */
/* Centers the image and prevents it from repeating in a tile-like pattern. */
-fx-background-position: center center;
@@ -4,7 +4,7 @@
}
.background {
-fx-background-image: url("/images/background.png");
-fx-background-image: url("/images/parquet.png");
-fx-background-size: cover; /* Image fills the entire window */
/* Centers the image and prevents it from repeating in a tile-like pattern. */
-fx-background-position: center center;