diff options
| author | Joe Carstairs <me@joeac.net> | 2024-07-01 14:11:51 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-07-01 14:17:33 +0100 |
| commit | bd898d6ca6a18d3a57d38ca6b94015e3972e34e2 (patch) | |
| tree | 619e11abcdd2866f8cd61fe429a37a86f4611026 /website/public/css | |
| parent | 6a3f332471b65b6d12ff740968b20e2be02ce08e (diff) | |
Corrects hCard image overlay selector
Diffstat (limited to 'website/public/css')
| -rw-r--r-- | website/public/css/hcard.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/public/css/hcard.css b/website/public/css/hcard.css index b155e45..c0e2280 100644 --- a/website/public/css/hcard.css +++ b/website/public/css/hcard.css @@ -11,7 +11,7 @@ filter: contrast(1.25); } -.h-card img::after { +.h-card div:has(img)::after { /* Colour overlay */ background-color: var(--colour-primary-80); opacity: 0.3; |
