mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +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 {
|
||||
background: ${({ dark, theme }) =>
|
||||
dark ? theme.colors.dark.background : theme.colors.light.background};
|
||||
|
||||
Reference in New Issue
Block a user