diff --git a/public/bg-noise.png b/public/bg-noise.png deleted file mode 100644 index 22ebd6d..0000000 Binary files a/public/bg-noise.png and /dev/null differ diff --git a/public/bg-noise.webp b/public/bg-noise.webp new file mode 100644 index 0000000..cf165a6 Binary files /dev/null and b/public/bg-noise.webp differ diff --git a/src/index.css b/src/index.css index efcd981..4601d65 100644 --- a/src/index.css +++ b/src/index.css @@ -63,7 +63,7 @@ @apply border-border; } body { - @apply bg-background text-foreground bg-[url("/bg-noise.png")] bg-[length:15%] min-h-svh w-full; + @apply bg-background text-foreground bg-[url("/bg-noise.webp")] bg-[length:15%] min-h-svh w-full; } body > #root { @apply h-svh;