Skip to content

Commit

Permalink
style: stylise les puces des sous-listes non ordonnées
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Dec 17, 2024
1 parent c85f907 commit b3b2561
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/source/design-system/typography/list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ export const Ul = styled.ul<ListProps>`
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<ListProps>`
Expand Down

0 comments on commit b3b2561

Please sign in to comment.