From 30d9e7dea113488e63689c37dba79c408d67fedd Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 14 Jan 2021 23:40:40 +0100 Subject: [PATCH] Update global styles --- components/GlobalStyles.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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};