diff --git a/bonfire_black-min.png b/bonfire_black-min.png new file mode 100644 index 0000000..07f0370 Binary files /dev/null and b/bonfire_black-min.png differ diff --git a/fire.css b/fire.css index b1ae4d1..4f8c408 100644 --- a/fire.css +++ b/fire.css @@ -66,7 +66,7 @@ height: 100%; filter: opacity(0.5); background-position: center bottom; - background-image: url(bonfire_black.png); + background-image: url(bonfire_black-min.png); background-repeat: no-repeat; background-size: 30%; mix-blend-mode: color-dodge; @@ -78,7 +78,7 @@ width: 100%; height: 100%; background-position: center bottom; - background-image: url(bonfire_black.png); + background-image: url(bonfire_black-min.png); background-repeat: no-repeat; background-size: 30%; }