mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set the body background colour to grayBase
This is needed because the background divs dont display full view anymore.
This commit is contained in:
parent
8e60a96e25
commit
45a6aae10c
1 changed files with 3 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue