From 24b1f6e6bde2383e96438d03ff3866bb4297f629 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Sun, 1 Jan 2023 09:34:16 +0100 Subject: [PATCH] better background color for figcaptions --- assets/sass/_theme/_utils.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass index 55a0c7b4..8a86b7bf 100644 --- a/assets/sass/_theme/_utils.sass +++ b/assets/sass/_theme/_utils.sass @@ -344,13 +344,13 @@ position: absolute right: 0 top: 0 - background: $color-background-alt + background: $hero-background-color text-align: center padding: half($spacing0) display: block p @include meta - background: $color-background-alt + background: $hero-background-color display: none padding: half($spacing0) padding-right: $spacing1 -- GitLab