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
This commit is contained in:
Claude 2026-01-26 23:57:00 +00:00
parent d94a0f246d
commit ca071807d0
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
.desktop { .desktop {
width: 100%; width: 100%;
height: calc(100vh - 30px); 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; position: relative;
overflow: hidden; overflow: hidden;
} }

View File

@ -41,7 +41,7 @@
.desktop { .desktop {
width: 100%; width: 100%;
height: calc(100vh - 30px); 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; position: relative;
overflow: hidden; overflow: hidden;
} }