Merge pull request #858 from omnivore-app/main

Production web deploy
This commit is contained in:
Jackson Harper 2022-06-23 01:38:26 -07:00 committed by GitHub
commit 763e4c9658
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',