From 30b049824ab1ec390b0d53d752a2696de074333a Mon Sep 17 00:00:00 2001 From: Alina Marquardt Date: Tue, 13 May 2025 22:19:05 +0200 Subject: [PATCH] separate white album cover from white content box with box-shadow --- public_html/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/style.css b/public_html/style.css index 4099fa5..ec97efe 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -768,6 +768,7 @@ img.albumcover { float: left; margin-right: 1.4rem; z-index: 10; + box-shadow: 3px 0px 6px rgba(0,0,0,0.15); } article.album a:hover {