From d016c4c40a5da5f452acb0a5e1c23636ab8a2e88 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 16 Mar 2024 12:23:00 -0300 Subject: css: fix commentary artwork shadow not applying, lighten slightly --- src/static/site6.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/static') diff --git a/src/static/site6.css b/src/static/site6.css index e718791..6be1ddc 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -764,7 +764,13 @@ ul.image-details li { width: 30%; max-width: 250px; margin: 15px 0 10px 20px; - box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.35); + + /* This !important is unfortunate, but it's necessary + * even if the rule itself is placed lower, because this + * is a relatively low-priority selector compared to + * others that alter image shadows. + */ + box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.25) !important; } .js-hide, -- cgit 1.3.0-6-gf8a5