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:
parent
ca071807d0
commit
ab65f5b938
@ -41,7 +41,7 @@
|
|||||||
.desktop {
|
.desktop {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 30px);
|
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;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
.desktop {
|
.desktop {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100vh - 30px);
|
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;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user