Merge pull request #857 from omnivore-app/fix/body-bg-color

Set the body background colour to grayBase
This commit is contained in:
Jackson Harper 2022-06-23 01:14:24 -07:00 committed by GitHub
commit 427582acf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,6 +230,9 @@ export const lighterTheme = createTheme(ThemeId.Lighter, {})
// Apply global styles in here
export const globalStyles = globalCss({
'body': {
backgroundColor: '$grayBase'
},
'*': {
'&:focus': {
outline: 'none',