Change background image to AVIF

This commit is contained in:
Sophie Marie 2023-06-25 10:38:46 -05:00
parent ba1603b912
commit 00d6bce6a3
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
2 changed files with 7 additions and 1 deletions

BIN
img/bg_avif.avif Normal file

Binary file not shown.

View File

@ -32,17 +32,23 @@ li {
p {
font-family: 'Share Tech Mono', monospace;
font-weight: bold;
font-size: 18px;
color: white;
}
a {
font-family: 'Share Tech Mono', monospace;
font-weight: bold;;
font-size: 18px;
color: white;
}
/* Text based stuffs */
body {
background-image: url("/img/bg.jpg");
background-image: url("/img/bg_avif.avif"); /* May add a fallback to the previous jpeg variant in the future. */
}
.container {