diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/concerts.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |
