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:
Jackson Harper
2024-07-11 10:45:33 +08:00
committed by GitHub

View File

@ -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': {