Update global styles

This commit is contained in:
Hazem Krimi
2021-01-14 23:40:40 +01:00
parent dac8b718d9
commit 30d9e7dea1
+4
View File
@@ -24,6 +24,10 @@ const Global = createGlobalStyle<Props>`
}
}
ul, ol {
margin-inline-start: 1.9rem;
}
body {
background: ${({ dark, theme }) =>
dark ? theme.colors.dark.background : theme.colors.light.background};