Replace background WebP with PNG (WebP was too blocky with my dark background).

This commit is contained in:
Kaj Forney 2023-02-27 12:33:07 -07:00
parent 40ab5312a5
commit 8f7a17461e
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
3 changed files with 1 additions and 1 deletions

View file

@ -107,7 +107,7 @@ body, html {
body {
background-color: #161A25;
background-image: url("/img/branding/backgroundSmall.webp");
background-image: url("/img/branding/backgroundSmall.png");
}
a {

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB