From 4340882eb4e9d3746c16f18c53fe7e30ec2823a3 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 17 Mar 2021 23:10:15 +0100 Subject: Add alt text for concerts --- stylesheets/concerts.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stylesheets') diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 172a52f..ce51401 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -46,6 +46,9 @@ a.thumbnail { object-fit: cover; height: 100%; width: 100%; + /* Make sure summary is visible when photo is not available. */ + background: black; + color: white; } .thumbnail .summary { -- cgit v1.2.3