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:
parent
d94a0f246d
commit
ca071807d0
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user