home: use avif for clouds background

This commit is contained in:
2026-07-23 12:50:36 +01:00
parent 3c9eac23b4
commit 3a0ee27b6f
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
}
html {
background: url("assets/clouds.png"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%);
background: url("assets/clouds.avif"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%);
background-repeat: no-repeat;
background-size: cover, cover;
}