diff --git a/components/GlobalStyles.tsx b/components/GlobalStyles.tsx index 57ffd5d..975a7c5 100644 --- a/components/GlobalStyles.tsx +++ b/components/GlobalStyles.tsx @@ -24,6 +24,10 @@ const Global = createGlobalStyle` } } + ul, ol { + margin-inline-start: 1.9rem; + } + body { background: ${({ dark, theme }) => dark ? theme.colors.dark.background : theme.colors.light.background};