mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update global styles
This commit is contained in:
@@ -24,6 +24,10 @@ const Global = createGlobalStyle<Props>`
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul, ol {
|
||||||
|
margin-inline-start: 1.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: ${({ dark, theme }) =>
|
background: ${({ dark, theme }) =>
|
||||||
dark ? theme.colors.dark.background : theme.colors.light.background};
|
dark ? theme.colors.dark.background : theme.colors.light.background};
|
||||||
|
|||||||
Reference in New Issue
Block a user