From 29ba6209eadcaf4613577fe04344c9df6a897d49 Mon Sep 17 00:00:00 2001 From: alexisben Date: Tue, 1 Oct 2024 16:24:48 +0200 Subject: [PATCH] fix figcaption background color --- assets/sass/_utils.sass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/sass/_utils.sass b/assets/sass/_utils.sass index 6a1fd0e583..526bf9d603 100644 --- a/assets/sass/_utils.sass +++ b/assets/sass/_utils.sass @@ -4,6 +4,11 @@ background: $color .hero background-color: $color + .content + figure + figcaption + .credit + background: transparent .block-testimonials blockquote p color: $color