From ba17049528d4fad535f9d6d70c5577be312d1d86 Mon Sep 17 00:00:00 2001 From: Emmanuel Pelletier Date: Thu, 27 Feb 2025 17:25:09 +0100 Subject: [PATCH] gaufre: add an subtle active style --- website/src/components/GaufrePage.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/components/GaufrePage.astro b/website/src/components/GaufrePage.astro index 0f0f698..5f0ebf0 100644 --- a/website/src/components/GaufrePage.astro +++ b/website/src/components/GaufrePage.astro @@ -195,6 +195,9 @@ const useSubsettedFont = import.meta.env.PUBLIC_USE_GAUFRE_SUBSETTED_FONT !== "0 border-bottom: 1px solid #8989cd !important; } } + .lagaufre-service:active { + background-color: #ddddfab7 !important; + } [data-fr-scheme="dark"] .lagaufre-service:hover { background-color: #2d2d2d !important;