mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #4190 from omnivore-app/fix/web-body-bg
Use the theme colour for the main bg colour now
This commit is contained in:
commit
e3955fa4b9
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ export const blackTheme = createTheme(ThemeId.Black, {
|
|||
export const globalStyles = globalCss({
|
||||
body: {
|
||||
colorScheme: 'var(--colorScheme-colorScheme)',
|
||||
backgroundColor: '$thBackground',
|
||||
backgroundColor: '$readerBg',
|
||||
},
|
||||
// browser prefers this loaded here vs in the article styling css
|
||||
'.article-inner-css': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue