From 3c2ab58671573d2019961ffac85aef1ee10cdc7e Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Mon, 24 Apr 2023 12:53:20 +0200
Subject: [PATCH] changed focus visible to match contrast ratio

---
 assets/sass/_theme/design-system/typography.sass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/sass/_theme/design-system/typography.sass b/assets/sass/_theme/design-system/typography.sass
index 74f77bde..48d71d99 100644
--- a/assets/sass/_theme/design-system/typography.sass
+++ b/assets/sass/_theme/design-system/typography.sass
@@ -270,7 +270,7 @@ sup
     margin-left: px2rem(2)
 
 *:focus-visible
-    outline-color: gray
+    outline-color: inherit
     outline-offset: 5px
     outline-style: dashed
     outline-width: 1px
-- 
GitLab