perf: Added webp background

master
Keith Irwin 2023-10-17 23:54:25 -06:00
parent d739eb378e
commit adb123aa0e
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
3 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ pre, code, a { color: var(--lightgray); }
body {
margin: 0;
font-size: calc(.7em + .7vw);
background: url('/assets/img/space.jpg') repeat-y fixed 0 0/100%;
background: url('/assets/img/space.webp') repeat-y fixed 0 0/100%;
background-color: #111;
}
main {
max-width: calc(100vh + 10vw);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 KiB

BIN
_src/assets/img/space.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB