diff --git a/index.html b/index.html
index c28ac7c45..b35e68478 100644
--- a/index.html
+++ b/index.html
@@ -41,7 +41,7 @@
.desktop {
width: 100%;
height: calc(100vh - 30px);
- background: linear-gradient(135deg, #245edb 0%, #3a6ea5 50%, #245edb 100%);
+ background: url('https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png') center center / cover no-repeat;
position: relative;
overflow: hidden;
}
diff --git a/ui/index.html b/ui/index.html
index c28ac7c45..b35e68478 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -41,7 +41,7 @@
.desktop {
width: 100%;
height: calc(100vh - 30px);
- background: linear-gradient(135deg, #245edb 0%, #3a6ea5 50%, #245edb 100%);
+ background: url('https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png') center center / cover no-repeat;
position: relative;
overflow: hidden;
}