feat: update background image format and remove unused SVG files

This commit is contained in:
2025-09-07 18:11:53 +02:00
parent 72b4cb0851
commit c6f5bab1eb
8 changed files with 1 additions and 6 deletions

View File

@@ -183,7 +183,7 @@
body {
@apply bg-background text-foreground;
background-image: url("/background.jpeg");
background-image: url("/background.avif");
background-size: cover;
background-position: center;
background-attachment: fixed;