From 735cb3102d92387effa4c6b7018dfb418d4f1b85 Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Fri, 30 May 2025 18:45:20 +0200 Subject: [PATCH] removed hover state from listen and buy buttons --- public_html/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public_html/style.css b/public_html/style.css index 1384b01..e3e7e62 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -857,10 +857,6 @@ article.album a:hover .listenbuy { opacity: 1; } -article.album a .listenbuy:hover { - background-image: none; -} - img.albumcover { position: relative; width: auto;