feat: use higher resolution Bliss wallpaper

Updated to use a higher quality version of the classic
Windows XP Bliss wallpaper for better display on modern screens.

https://claude.ai/code/session_01MUG7BRZMG28eYmJHGbetRB
This commit is contained in:
Claude 2026-01-27 00:14:17 +00:00
parent ca071807d0
commit ab65f5b938
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 {
width: 100%;
height: calc(100vh - 30px);
background: url('https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png') center center / cover no-repeat;
background: url('https://i.imgur.com/K4SWWDY.jpeg') center center / cover no-repeat;
position: relative;
overflow: hidden;
}

View File

@ -41,7 +41,7 @@
.desktop {
width: 100%;
height: calc(100vh - 30px);
background: url('https://upload.wikimedia.org/wikipedia/en/2/27/Bliss_%28Windows_XP%29.png') center center / cover no-repeat;
background: url('https://i.imgur.com/K4SWWDY.jpeg') center center / cover no-repeat;
position: relative;
overflow: hidden;
}