From ca071807d06ebc3e313dfbddd78a759240d0259d Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 26 Jan 2026 23:57:00 +0000 Subject: [PATCH] feat: add classic Windows XP Bliss wallpaper as desktop background Replace the blue gradient with the iconic green hill "Bliss" wallpaper that was the default Windows XP desktop background. https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB --- index.html | 2 +- ui/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }