From cd10b5665cccbc6d548becdfdb97acadd08d2e40 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 15 Dec 2022 15:40:55 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20bug=20de=20couleur=20d'arri=C3=A8re=20pla?= =?UTF-8?q?n=20au=20hover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/design-system/typography/heading.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/site/source/design-system/typography/heading.tsx b/site/source/design-system/typography/heading.tsx index 986d9bf2e..deba023e7 100644 --- a/site/source/design-system/typography/heading.tsx +++ b/site/source/design-system/typography/heading.tsx @@ -8,7 +8,6 @@ const baseHeading = css` theme.darkMode ? theme.colors.extended.grey[100] : theme.colors.bases.primary[700]}; - background-color: inherit; ` export const HeadingUnderline = css`