From 1180a8c4577dc0c84d8081fac6173a046e2d0615 Mon Sep 17 00:00:00 2001 From: aarbit Date: Tue, 25 Jun 2024 15:29:24 -0500 Subject: [PATCH] Adds background/placeholder image for album covers --- src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.css b/src/App.css index de7e95d..6603f90 100644 --- a/src/App.css +++ b/src/App.css @@ -7,6 +7,7 @@ .photoContainer { width: clamp(5vmin, 15vmin, 25vmin); height: clamp(5vmin, 15vmin, 25vmin); + background-image: url("/prettyplayer-logo.svg"); } .photo {