From cd9ea8ac1277d7e5b2376a7911079f141c35cd71 Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Fri, 20 Dec 2024 13:16:56 +0100 Subject: [PATCH] =?UTF-8?q?style:=20stylise=20les=20puces=20des=20sous-lis?= =?UTF-8?q?tes=20non=20ordonn=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/design-system/typography/list.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/source/design-system/typography/list.tsx b/site/source/design-system/typography/list.tsx index 83f5346f7..422fb6546 100644 --- a/site/source/design-system/typography/list.tsx +++ b/site/source/design-system/typography/list.tsx @@ -64,6 +64,10 @@ export const Ul = styled.ul` background-color: inherit; margin-bottom: ${({ theme }) => theme.spacings.xs}; } + > ${Li} ${Li}::before { + font-size: 60%; + color: ${({ theme }) => theme.colors.bases.primary[700]}; + } ` export const Ol = styled.ol`