mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 02:52:02 -07:00
Replace background WebP with PNG (WebP was too blocky with my dark background).
This commit is contained in:
parent
40ab5312a5
commit
8f7a17461e
3 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
BIN
img/branding/backgroundSmall.png
Normal file
BIN
img/branding/backgroundSmall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 397 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Loading…
Reference in a new issue