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`