feat(pixel): replace smooth gradient wallpapers with pixel-style CSS patterns

This commit is contained in:
M1ngdaXie
2026-03-26 15:22:56 -07:00
parent f432ed3538
commit 91378c9704
2 changed files with 16 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
.desktop {
position: fixed;
inset: 0;
background-size: cover;
background-size: 24px 24px, 12px 12px, cover;
overflow: hidden;
}