added newer (smaller) background img

This commit is contained in:
Hendrik Schutter 2023-07-07 21:19:49 +02:00
parent 3a05dc4616
commit 1f18cbd4a4
3 changed files with 1 additions and 1 deletions

BIN
www/data/background.avif Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 MiB

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" href="./css/custom.css">
<style>
body {
background-image: url('./data/background.webp');
background-image: url('./data/background.avif');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;